Describe the calling key

What this key is, which organization and brands it reaches, and which scopes it holds. Requires no scope, so it is always safe to call first when wiring up an integration.

GET
/me

What this key is, which organization and brands it reaches, and which scopes it holds. Requires no scope, so it is always safe to call first when wiring up an integration.

Authorization

BearerAuth
AuthorizationBearer <token>

An instance admin key from ADMIN_API_KEYS, or an organization key (elmo_…) issued from the dashboard.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/me"
{  "keyType": "admin",  "organizationId": "string",  "organizationName": "string",  "scopes": [    "string"  ],  "brandIds": [    "string"  ],  "createdAt": "2019-08-24T14:15:22Z",  "expiresAt": "2019-08-24T14:15:22Z",  "rateLimit": {    "limit": 0,    "window": "minute"  },  "createdBy": "string",  "lastUsedAt": "2019-08-24T14:15:22Z"}