Session
POST /multi-session/set-active
Set the active session
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
sessionToken*string
The session token to set as active
Response Body
application/json
curl -X POST "https://example.com/api/auth/multi-session/set-active" \ -H "Content-Type: application/json" \ -d '{ "sessionToken": "string" }'{ "session": {}}Is this page helpful?