Campaigns

Get Campaign

Returns a variety of information about one Campaign identifier

get/1/newsletters/{domain}/campaigns/{campaign}

Path parameters

domaininteger required

Unique identifier of the Domain

campaigninteger required

Unique identifier of the Campaign

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

Request body

*string

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.