cURL
curl --request GET \ --url https://{defaultHost}/v5/company \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": 123, "title": "<string>", "image_url": "<string>", "authorized_user": { "id": "<string>", "user_id": "<string>", "role": "owner" }, "route": "<string>" }
Returns a company
App API key for /v5/app and /v5/company endpoints
company retrieved
The response is of type object.
object
Was this page helpful?