Exchange a sign-in token for end-user credentials

Request

This endpoint expects an object.
tenantOrganizationIdstringRequired1-255 characters
tokenstringRequired1-255 characters

The one-time sign-in token from the email

Response

End-user access + refresh tokens

accessTokenstring

Runtype-issued end-user access token: rt_eu_ + ES256 JWT (1 hour)

endUserobject
expiresIninteger
refreshTokenstring

Rotating refresh token (single-use, 30 days)

tokenTypeenum

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error