Getting Started
API Reference
- Users
- Teams
- Campaigns (Touches)
- Sends
Get Campaign
Retrieve additional details on a specific campaign.
Parameters
The campaign identifier.
Response
Whether or not the request was successful. Always true
for 200 response.
The campaign’s identifier.
The campaign’s name.
The campaign’s start date (in ISO 8601
format). Gifts cannot be sent for this campaign before this start date.
The campaign’s end date (in ISO 8601
format). Gifts cannot be sent for this campaign after this end date.
The campaign’s description.
The campaign’s creation date (in ISO 8601
format).
The identifier of the user that created this campaign.
The campaign’s general gift identifier.
The campaign’s starting_egift_price
and ending_egift_price
represent the range amount from which the sender can pick the egift denominiation to send. Only present for eGift campaigns. When this range is present, is_default_price
will be false.
The campaign’s starting_egift_price
and ending_egift_price
represent the range amount from which the sender can pick the egift denominiation to send. Only present for eGift campaigns. When this range is present, is_default_price
will be false.
The campaign’s status. It will ALWAYS be Active
since this endpoint only returns active campaigns.
Whether or not the sender can pick the eGift amount from a range or if it is a set price.
The type of gift that is associated to this campaign. Valid options are mail
which means physical item or email
which means eGift.
The campaign’s key to be used for HubSpot integration.
List of countries that this campaign’s gift(s) can be sent to (in ISO 3166-1
alpha-2 format).
The campaign’s gift currency (in ISO 4217
format).