Verify OAuth token (skip email for existing user)

View as Markdown

For users who are already registered but have not yet verified their email. Verify the email via OAuth instead of sending an email OTP. Returns an oAuthTokenVerificationRequestId to complete the pending verification.

Authentication

ApiKeystring
Static API key issued to your tenant. Required on every request.

Request

This endpoint expects an object.
providerenumRequired
OAuth provider.
Allowed values:
IdTokenstringRequired
ID token received from the OAuth provider.

Response

Token verified.
dataobjectOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional
error_descriptionslist of objects or nullOptional