api.nisa.digital
2025-08-28
Comprehensive guide to our Pohoda/Pamica endpoints
/v1/info/:cid
List accounting units (years) for a company id prefix.
Example
/v1/info/88899460-4d0b-421b8d67
Params
:cid - partial accounting unit identifier (without year)
Request
GET
Response
200
text/json
{
uid: string, unit identifier
year: number, accounting year
id_number: string, ICO
valid_from: string, YYYY-MM-DD
valid_to: string, YYYY-MM-DD
}[]
Error Codes
400
Bad Request
Your request doesn't meet the required input format
401
Not Authorized
Your request doesn't meet authorization requirements
404
Not Found
The entity you're looking for is missing
460
Request Error
Requested operation wasn't performed, or XML import failed
500
Internal Error
We encountered an internal server error
503
Not Available
Requested entity is offline and cannot be reached, try again later