Skip to main content
POST
cURL

Required Fields in CSV File

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required

CSV file containing bulk subscription data. Must be a .csv file.

skipErrors
enum<boolean>

The unique identifier of the plan whose subscriptions are to be retrieved.

Available options:
true,
false

Response

A JSON array of subscription objects.

The response is of type object.