RocketCOMS

Download Original Batch File

If you’ve updated a batch file 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 batch.

Request Body

None

Returns

If successful, returns 200 Original CSV file.

SAMPLE RESPONSE

				
					{
  200 Original CSV file
}