Skip to main content

Describe the calling OAuth2 client

GET 

/v1/me

Returns the client_id, the organisation the client acts for, the scopes carried by the presented token, and the full set the client was granted — the set you may request at the token endpoint. Requires no scope beyond a valid partner token. token_scopes is a subset of granted_scopes; they differ only when the token request asked for less than everything.

Responses

OK

Response Headers
    RateLimit-Limit

    Requests permitted per minute for the authenticated API client.

    RateLimit-Remaining

    Requests still available in the current window. The bucket refills continuously, so this rises as you go rather than resetting on a boundary.

    RateLimit-Reset

    Seconds until the budget is back to its full limit. Not the wait for the next single request — that is Retry-After on a 429.