List authorizations
GET
/authorizations
Retrieve a list of authorizations.
Headers
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
beforestringOptional
Points to the resource identifier that you want to receive your results before. Typically, this is the first resource on the previous page.
afterstringOptional
Points to the resource identifier that you want to receive your results after. Typically, this is the last resource on the previous page.
limitintegerOptional
<=100
Defaults to 10
States the total amount of results the response is limited to.
datedateRequired
Date to retrieve results from. The format of this value is YYYY-MM-DD. You must provide either the ‘batchId’ or the ‘date’.
batchIdintegerRequired
Unique identifier of the batch. You must provide either the 'batchId' or the 'date'.
merchantIdstringOptional
Unique identifier of the merchant.
Response
Successful request. Returns a paginated list of authorizations.
datalist of objects
Array of authorization objects.
countdouble or null
Number of results that we returned.
hasMoreboolean or null
Indicates that further results are available.
limitdouble or null
Maximum number of results that we return for each page.
linkslist of objects or null
Reference links to navigate to the previous page of results or to the next page of results.