RocketCOMS

Download Original Batch File

If you’ve updated a campaign batch with a new CSV file, use this API to download the original CSV file.

Endpoint

GET /v1/batches/{id}/file

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 batch in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 Original CSV file.

SAMPLE RESPONSE

				
					{
  200 Original CSV file
}