Responses

  • 200 application/json

    Company details

    Hide response attributes Show response attributes object
    • id string(uuid)
    • name string
    • plan string
    • timezone string
GET /company
curl \
 --request GET 'https://api.pairfon.com/company' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "string",
  "name": "string",
  "plan": "string",
  "timezone": "string"
}