Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The Organization ID header used for authorization
The Partner ID header used for authorization
Query Parameters
Filter batches by processing status
Available options:
PROCESSING
, COMPLETED
, FAILED
Unix timestamp (seconds) for the inclusive cutoff start range
Unix timestamp (seconds) for the inclusive cutoff end range
Results page number (minimum 1)
Required range:
x >= 1
Page size (maximum 100)
Required range:
1 <= x <= 100