Skip to main content
POST
/
identity
/
verify
Verify the OTP, get a token
curl --request POST \
  --url https://api.useduro.com/identity/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>",
  "code": "123456"
}
'
{
  "token": "<string>",
  "identity": {}
}

Body

application/json
phone
string
required
code
string
required
Example:

"123456"

Response

200 - application/json

Token + identity

token
string
identity
object