Members
Start a single sign-on session
If you already have your own authentication mechanism, Single Sign-On allows your authenticated members to directly access the member area without logging in again.
Call this endpoint from your backend and redirect the member to the
accessUrl from the response. Optionally pass path to direct the
member to a specific page. The accessUrl is valid for 15 minutes.
POST
Start a single sign-on session
Authorizations
Pass your API key as: Authorization: Bearer <API KEY>.
Body
application/json
Response
200 - application/json
A session token and access URL.
Last modified on June 20, 2026

