Sign In with Magic Link
Verify Code
This endpoint validates the code received via a Magic link / OAuth request to complete user authentication.
POST
/
auth
/
v1
/
verify
/
code
Authorizations
clientId
string
headerrequiredclientSecret
string
headerrequiredBody
application/json
code
string
requiredThe code to be verified.
Response
200 - application/json
requestId
string
The unique identifier for the code verification request.
message
string
A message indicating the result of the verification.
userDetails
object
Was this page helpful?