cURL
curl --request GET \ --url https://{defaultHost}/v5/me/companies/{id} \ --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
User OAuth token for /v5/me endpoints
The ID of the Company, which will look like biz_*************
company retrieved
The response is of type object.
object
Was this page helpful?