Skip to main content
GET
/
whatsapp
/
campaigns
List WhatsApp campaigns
curl --request GET \
  --url https://api.otpiq.com/api/whatsapp/campaigns \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Project API key (sk_live… or sk_dev…). Send it as Authorization: Bearer <api_key>.

Query Parameters

status
enum<string>
Available options:
draft,
scheduled,
running,
completed,
failed
page
integer
Required range: x >= 1
limit
integer
Required range: 1 <= x <= 100

Response

Campaign list

The response is of type any.