RocketCOMS

Download Campaign Reply Messages

Download the reply messages for a campaign as a CSV file.

Endpoint

GET /v1/campaigns/{id}/replies/csv

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

id  REQUIRED

string (UUID)

Unique ID assigned to the campaign in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 CSV file download.

SAMPLE RESPONSE

				
					{
  200 CSV file download
}