Skip to main content
GET
/
api
/
v1
/
company
Get current company
curl --request GET \
  --url https://supmaya.com/api/v1/company \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Authenticated company

id
integer<int64>
name
string