Campaigns API
Elements that can be shared among more than one endpoint definition.
Retrieve a single campaign
GET /v3/campaigns/{campaign_id}
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a specific campaign.
Authentication
- API Key
Headers
Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required
on-behalf-of
string
default: The subuser's username. This header generates the API call as if the subuser account was making the call.
Path Parameters
campaign_id
integer
The id of the campaign you would like to retrieve.
default: Nonerequired
Responses
object
categories
array[string]
custom_unsubscribe_url
string
html_content
string
id
integer
ip_pool
string
list_ids
array[integer]
plain_content
string
segment_ids
array[integer]
sender_id
integer
status
string
subject
string
suppression_group_id
integer
title
string
object
object
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.