Phone Magic Auth Verify
POST
https://api.ssojet.com/api/v1/auth/passwordless/phone-otp/verify
Verify Magic Auth Code for Passwordless Authentication
Request
https://api.ssojet.com/api/v1/auth/passwordless/phone-otp/verify?client_id=string
Response
{
"type": "object",
"properties": {
"status": {
"type": "string"
},
"message": {
"type": "string"
}
}
}
Response Status Code
Request
Query Params
client_id
string
required
Example:
string
Header Params
Content-Type
string
required
Example:
application/json
User-Agent
string
required
Example:
SSOJET API
Body Params application/x-www-form-urlencoded
object {0}
Request samples
Responses
Modified at 2024-07-22 11:04:03