Skip to main content
GET
/
units
List units
curl --request GET \
  --url https://app.fintoro.sk/api/public/v1/units \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1,
      "name": "pcs"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintoro.sk/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Headers

Accept-Language
string

Optional response language. It localizes system-owned labels in lookups, in related response objects, and in validation errors. It does not translate user-generated data.

Example:

"en"

Response

Unit list.

data
object[]

Full list of units available in this API version.