POST
/
verify
/
sms
curl --request POST \
  --url https://api.authsignal.com/v1/client/verify/sms \
  --header 'Content-Type: application/json' \
  --data '{
  "verificationCode": "<string>"
}'
{
  "isVerified": true,
  "accessToken": "<string>",
  "failureReason": "CODE_INVALID_OR_EXPIRED"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.