Skip to main content

Get company by ID

GET /organizations/:organization_id/


URL

https://system_domain/api/v2/organizations/123/


Parameters

PATH-parameters

ParameterTypeRequiredDescription
organization_idnumberYesCompany ID

Responses

Response example
{
"data": {
"id": 123,
"date_created": "2024-11-16 12:47:36",
"date_updated": "2024-11-16 14:06:13",
"name": "New organization",
"domains": "",
"address": "",
"phone": "",
"email": "[email protected]",
"web": "",
"minute_limit": 0,
"employees": [
421
],
"managers": [],
"custom_fields": []
}
}