Skip to content

Onboarded companies

GET
/api/companies
Code sample: Shell / cURL
curl --request GET \
--url https://api.ztlpay.io/api/companies \
--header 'Authorization: Bearer <token>'

Get list of all companies onboarded by the partner

Successfully retrieved entries

Media typeapplication/json
Array<object>

Payroll cancellation response

object
organizationNumber
string
activeSubscription
boolean
Examplegenerated
[
{
"organizationNumber": "example",
"activeSubscription": true
}
]