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

Body

application/json

Response

200
application/json

OK

The response is of type object.