Browse the API reference

Generate SSO Token

post/v1/auth/sso-token

Part of Auth.

Step 1 of 3 in the cross-app SSO flow. Issues a single-use token (5 minute TTL) for handoff to a target application.

Authentication

This operation does not require an API key.

Example request

curl
curl -X POST "https://api.robosystems.ai/v1/auth/sso-token"

Responses

200 Successful Response

FieldTypeDescription
tokenrequiredstring

Temporary SSO token for cross-app authentication

expires_atrequiredstring (date-time)

Token expiration time

appsrequiredstring[]

Available apps for this user

StatusMeaning
400Invalid request
422Validation Error
429Rate limit exceeded
500Internal server error