Elenca campagne
GET/api/partner-gateway/v1/campaigns
Returns a paginated list of campaigns for your account. Use isDraft=true to see unpublished drafts that have not yet been confirmed, or isDraft=false to exclude them. Use isProgrammed=true to retrieve only campaigns that have been confirmed and are scheduled for future delivery. Filter by channel with sendingMode set to SMS, RCS, or WHATSAPP (comma-separated values are accepted to match multiple channels at once). The search parameter performs a case-insensitive match against campaign name and description fields. Use startDate and endDate (yyyy-MM-dd format) together to restrict results to campaigns created or scheduled within that date window. Results are paginated: page is 0-based and limit controls the page size. Use direction=ASC or direction=DESC to control sort order. The readyToSend filter lets you find campaigns that have been fully configured but not yet confirmed (true) or campaigns still being drafted (false). This endpoint is useful for building campaign dashboards and monitoring the overall state of your messaging operations. Returns 401 if the API key is missing or invalid.
Richiesta
Risposte
- 200
- 401
Campagne recuperate con successo
Non autorizzato