Initialization of a start call connect api call will trigger a user verification based on the configured channels.
cURL
curl --request POST \ --url https://connect.authsignal.com/v1/call/start \ --header 'Content-Type: application/json' \ --data '{ "referenceId": "<string>", "phoneNumber": "<string>", "userId": "<string>", "username": "<string>", "channel": "WHATSAPP" }'
{ "messageId": "ef6b3212-6121-4a9e-92ef-09d819e36e93", "channel": "SMS" }
OK
The response is of type object.
object
Was this page helpful?