v1
latestOpenAPI 3.1.02026-07-2451211.4 KBCompanies/Entities
Get a single company
get/v1/companies/{company_id}
Path parameters
company_idstring required
Company ID (c_xxxxxxxx)
Response
Retrieve a single company
Example response
{
"data": {
"id": "c_qaz2wsxx",
"name": "Test Company"
}
}