# /impersonate/sessions/{session_id} - Get details for specific session **GET /impersonate/sessions/{session_id}** Retrieves details for a specific impersonation session. Users can only view sessions where they were impersonated. The session must belong to the requesting user. ## 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 #### Path parameters - **session_id** (string) Impersonation session ID ## Responses ### 200: Session details retrieved successfully #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 400: Missing or invalid session_id parameter #### Body Parameters: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 401: Unauthorized - invalid or missing token #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 404: Session not found #### Body Parameters: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 500: Internal server error #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)