Exchange a sign-in token for end-user credentials
Exchange a sign-in token for end-user credentials
Request
This endpoint expects an object.
tenantOrganizationId
token
The one-time sign-in token from the email
Response
End-user access + refresh tokens
accessToken
Runtype-issued end-user access token: rt_eu_ + ES256 JWT (1 hour)
endUser
expiresIn
refreshToken
Rotating refresh token (single-use, 30 days)
tokenType
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error