POST
/
v1
/
calls
/
initiate
Initiate a business call
curl --request POST \
  --url https://api.wazapin.com/v1/calls/initiate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel_id": "<string>",
  "to": "<string>"
}
'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Body

application/json
channel_id
string
required

Channel ID

Minimum string length: 1
to
string
required

Recipient phone number

Minimum string length: 1

Response

OK

data
object
required