Langsung ke konten utama
POST
/
v3
/
waba-accounts
/
{unique_id}
/
quick-replies
Create a WABA quick reply
curl --request POST \
  --url https://api.scalev.com/v3/waba-accounts/{unique_id}/quick-replies \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

unique_id
string
wajib

Body

application/json

The body is of type object.

Respons

Created

Raw single-resource success payload for v3.