Authenticate by verifying the possession of a one-time token.
Request body
The hashed value of token. Applicable only if used with type and nothing else.
Applicable only if type is with regards to an email address.
Applicable only if type is with regards to an phone number.
(Optional) URL to redirect back into the app on after verification completes successfully. If not specified will use the "Site URL" configuration option. If not allowed per the allow list it will use the "Site URL" configuration option.
Response
An access and refresh token.
A valid JWT that will expire in expires_in seconds.
An opaque string that can be used once to obtain a new access and refresh token.
What type of token this is. Only bearer returned, may change in the future.
Number of seconds after which the access_token should be renewed by using the refresh token with the refresh_token grant type.
UNIX timestamp after which the access_token should be renewed by using the refresh token with the refresh_token grant type.