Creates an external portal SSO URL

Mints a one-time SSO token for the user and returns a URL to open the external
portal (/sso/<token>). The portal redeems the token via
POST /api/internal/v2/auth/sso to establish a session.

Authenticate with one of:

  • Bearer token (from POST /api/v2/auth/sign_in)
  • email and password in the request body
  • Per-user api_token in the request body
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

User email (use with password when not sending Bearer auth)

string

User password (use with email when not sending Bearer auth)

string

Per-user API token for partner integrations (alternative to Bearer auth or email/password)

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json