Download a Marketing Campaign Image

GET {{base_url}}/campaign/:CampaignID/photo

NOTE: This returns an image in byte format. You'll need to decode the response accordingly.

Use this endpoint to download and retrieve an image file associated with a marketing campaign.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

"[\r\n    {\r\n        \"{{The actual content of the file.}}\"\r\n    }\r\n]"