Generate SSO Token
post
/v1/auth/sso-tokenPart 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
| Field | Type | Description |
|---|---|---|
tokenrequired | string | Temporary SSO token for cross-app authentication |
expires_atrequired | string (date-time) | Token expiration time |
appsrequired | string[] | Available apps for this user |
| Status | Meaning |
|---|---|
| 400 | Invalid request |
| 422 | Validation Error |
| 429 | Rate limit exceeded |
| 500 | Internal server error |