v1
latestOpenAPI 3.1.02026-07-2617501.1 MBIdentify a company using its access token
get/v1/companies
Headers
Bearer Tokenstring
<b>NOTE</b>: Specify the generated access token for identifying your company.
Response
200
Example response
{
"companies": [
{
"company": {
"id": 285945,
"company_id": "KT1607533",
"name": "Professional Services Internal Fleet",
"street": "Remote",
"city": "Remote",
"state": "CA",
"cycle": "60_7_p",
"time_zone": "Eastern Time (US & Canada)",
"subscription_plan": "Enterprise"
}
}
],
"pagination": {
"per_page": 25,
"page_no": 1,
"total": 1
}
}