API Reference

GET company/{slug}/Z

GET
company/{slug}/Z

GET operation for company/{slug}/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/company/{slug}/Z"
{
  "id": 0,
  "uuid": "string",
  "company_name": "string",
  "is_active": true,
  "avatar": "string",
  "logos": "string",
  "outboard_logo": "string",
  "settings": "string",
  "outboard_settings": "string"
}
Empty
Empty
Empty

How is this guide?