# Identity **GET /2023-03-01/xhr/identity** List information of the user for the respective account ## 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) - **name** (string) The name of the individual for the respective account, if known - **email** (string) The email of the individual for the respective account, if known - **phone_number** (string | null) The phone number of the individual for the respective account, if known. Nullable for tokens created prior to 2023-03-05 ### 401 Authentication Error #### Body: application/json (object) - **error** (string) The type of error - **message** (string) A descriptive description of the error - **code** (string) ### 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)