cURL
curl --request GET \ --url http://staging.api.commenda.io/api/v1/companies/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "Initech" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the company to retrieve.
A single company
The response is of type object.
object
Was this page helpful?