API Reference

GET companies/Z

GET
companies/Z

GET operation for companies/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/companies/Z"
{
  "id": 0,
  "uuid": "string",
  "company_name": "string",
  "slug": "string",
  "is_onboarder_company": true,
  "is_onboardee_company": true
}
Empty
Empty
Empty

How is this guide?