Validate Session From Url
GET/api/v1/sdk/session/:token
Validate a session token from URL (/v/{token}) and return SDK access token.
This is a PUBLIC endpoint (no API key required) - called when user opens the verification URL. It:
- Validates the session token
- Marks the session as started
- Returns an SDK access token for subsequent API calls
- Returns session metadata (redirect_url, flow_name, etc.)
The returned access_token should be used for all subsequent SDK API calls.
Request
Responses
- 200
- 422
Successful Response
Validation Error