/
/useSend API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 28m ago · Updated 2mo ago
  • get/v1/domains
  • post/v1/domains
  • put/v1/domains/{id}/verify
  • get/v1/domains/{id}
  • delete/v1/domains/{id}
  • get/v1/emails/{emailId}
  • patch/v1/emails/{emailId}
  • get/v1/emails
  • post/v1/emails
  • post/v1/emails/batch
  • post/v1/emails/{emailId}/cancel
  • get/v1/contactBooks
  • post/v1/contactBooks
  • get/v1/contactBooks/{contactBookId}
  • delete/v1/contactBooks/{contactBookId}
  • patch/v1/contactBooks/{contactBookId}
  • get/v1/contactBooks/{contactBookId}/contacts
  • post/v1/contactBooks/{contactBookId}/contacts
  • get/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • put/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • delete/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • patch/v1/contactBooks/{contactBookId}/contacts/{contactId}
  • get/v1/campaigns
  • post/v1/campaigns
  • get/v1/campaigns/{campaignId}
  • post/v1/campaigns/{campaignId}/schedule
  • post/v1/campaigns/{campaignId}/pause
  • post/v1/campaigns/{campaignId}/resume

get/v1/campaigns

Query parameters

pagestring
Example:1

Page number for pagination (default: 1)

status'DRAFT' | 'SCHEDULED' | 'IN_PROGRESS' | 'PAUSED' | 'COMPLETED' | 'CANCELLED'
Example:DRAFT

Filter campaigns by status

searchstring
Example:newsletter

Search campaigns by name or subject

Response

Get list of campaigns

totalPageinteger required

Changes