Get a test-mode handoff token
Get a test-mode handoff token
Issues a single-use token (60-second TTL) that moves the CURRENT member session to the test environment — this is what powers the dashboard’s one-click test/live switch, with no second login and no new OTP challenge. Only the live environment issues handoffs, and only member sessions (JWT) can request one: API keys never switch environments (each environment manages its own keys).
POST
Get a test-mode handoff token
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Last modified on July 19, 2026