# /impersonate/consent - Get impersonation consent status **GET /impersonate/consent** Retrieves the current impersonation consent status for the authenticated user. Shows if consent is active, when it expires, and other consent details. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200: Consent status retrieved successfully #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 401: Unauthorized - invalid or missing token #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)