# Tokens **GET /2023-03-01/management/tokens** View tokens and token status for respective client ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Basic ## Parameters ## Responses ### 200 Success #### Body: application/json (array[object]) - **token** (string) The client ID you received when you first created the application - **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) - **created_at** (string(date-time)) When the token was created (`/token` invocation) - **mode** (string) - **provider** (string) - **valid** (boolean) if the token is valid or not ### 400 Bad Request #### Body: application/json (object) - **message** (string) - **validation_error** (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 ### 409 Not Found #### Body: application/json (object) - **code** (string) The authorization code insert that caused a conflict - **token** (string) The access token insert that caused a conflict - **error** (string) The description of the type of error, ie conflict of two requests of the the same authorization code ### 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)