Retrieve all Campaigns
GET https://api.sendgrid.com/v3/campaigns?limit=10&offset=0
This endpoint allows you to retrieve a list of all of your campaigns.
Returns campaigns in reverse order they were created (newest first).
Returns an empty array if no campaigns exist.
For more information:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
offset | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |