POST
/
challenge
Initiate challenge
curl --request POST \
  --url https://api.authsignal.com/v1/challenge \
  --header 'Content-Type: application/json' \
  --data '{
  "verificationMethod": "SMS",
  "action": "signInWithSms",
  "phoneNumber": "+64271234567",
  "locale": "en"
}'
{
  "challengeId": "<string>",
  "expiresAt": 123
}

Body

application/json

Response

OK

The response is of type object.