POST
/
call
/
start
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"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.