Impersonate a user (POST method for partners)
POST/v1/auth/impersonate
Exchanges the partner token for a 1 hour customer token tied to the specified user_id.
This is the partner-specific impersonation endpoint that accepts POST requests.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Customer access token issued
Bad request - invalid input parameters
Unauthorized - invalid or missing credentials
Forbidden - insufficient permissions
Internal server error