Skip to main content
GET
/
api
/
v1
/
me
Verify token
curl --request GET \
  --url https://api.inbox.adraa.ai/api/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "company": {
    "id": "cmbxgvq1e0000ph01a2b3c4d5",
    "name": "acme"
  },
  "token": {
    "id": "cmbxh1k3a0001ph01e6f7g8h9",
    "name": "CRM integration"
  }
}

Authorizations

Authorization
string
header
required

Workspace API token created in Settings → API. Tokens start with adraa_.

Response

Token is valid

company
object

The workspace this token belongs to.

token
object

The API token used for this request.