cURL
curl --request GET \ --url https://supmaya.com/api/v1/company \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>" }
Returns the authenticated company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authenticated company