Get company by ID
GET /organizations/:organization_id/
URL
https://system_domain/api/v2/organizations/123/
Parameters
PATH-parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | number | Yes | Company 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": "",
"web": "",
"minute_limit": 0,
"employees": [
421
],
"managers": [],
"custom_fields": []
}
}