Start a challenge by sending a WhatsApp message containing an OTP code.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/client/challenge/whatsapp \ --header 'Authorization: Bearer <token>'
{ "challengeId": "<string>" }
Use a short-lived token obtained from the Server API's Track Action endpoint. The token is valid for 10 minutes and should be passed in the Authorization header as 'Bearer {token}'.
OK
Was this page helpful?