Get a campaign
Retrieve a campaign using its account-scoped ID. Requires an account administrator and API access enabled for the account.
Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Account-scoped campaign ID returned by the campaign API.
Response
Success
Account-scoped campaign ID. Use this value in campaign API paths.
Sender details, or an empty object when no sender is assigned.
active, processing, completed Derived from the inbox type; website campaigns are ongoing and supported messaging campaigns are one-off.
ongoing, one_off Scheduled time in Unix seconds. Only present for one-off campaigns.
Start time in Unix seconds. Only present for one-off campaigns.
Completion time in Unix seconds. Only present for one-off campaigns.
Audience for a one-off campaign. Only present for one-off campaigns.

