# Inspect token **GET /2023-03-01/management/introspect** Retrieve data about the token, such as `scopes`, `mode`, `provider`, and if it is active ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Access token ## Parameters ## Responses ### 200 Success #### Body: application/json (object) - **client_id** (string) The client ID you received when you first created the application - **mode** (string) - **provider** (string) - **scopes** (array[string]) One or more scope values indicating which parts of the user's account you wish to access. Note, slight deviation from the OAuth 2.1 spec in that the param is scopes (plural) is used vs scope (singular) ### 400 Bad Request #### Body: application/json (object) - **message** (string) - **validation_error** (string) ### 403 Forbidden #### Body: application/json (object) - **message** (string) ### 404 Not Found #### Body: application/json (object) - **message** (string) A description of the error - **id** (string) The id of the entity that the id applies. For example, the transaction id ### 429 Rate Limited / Too Many Requests #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 500 Server Error #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)