campaigns retrieve
GET {{baseUrl}}/campaigns/:id
Returns a Campaign object with the given id.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Account-Token | string | (Required) Token identifying the end user. | |
| Accept | string | 
RESPONSES
status: OK
{"name":"New Customer Campaign","unique_opens":-572406867,"remote_created_at":"2022-12-23T00:00:00Z","emails_sent":-460353690,"id":"urn:uuid:22d419eb-7416-9e31-d510-6b0a8aca97b0","remote_id":"30"}