GET
/
v1
/
subscriptions
/
list

Authorizations

Authorization
string
headerrequired

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

Query Parameters

start_date
string
default: 01-01-2024required

Start date for the list, [DD-MM-YYY]

end_date
string
default: 31-12-2024required

End date for the list, [DD-MM-YYY]

status
enum<string>
default: all

Filter list based on status of the document

Available options:
all,
active,
expired,
error,
cancelled
num_records
string
default: 10

Number of records to fetch

page
integer
default: 1

Page number

customer_id
string

Customer ID

Response

200 - application/json
success
boolean

Success flag

message
string

Message

error_code
string

Error code

errors
object

Error details

data
object