get https://api.sandbox.cleeng.com/3.1/passes
This endpoint returns passes that match the specified criteria (transactionId
, paymentMethodId
, externalId
, customerId
or offerId
and customerId
together). Please bear in mind that if you don't provide any parameters, an empty list will be returned.
Beta
Please note that it is a Beta phase.
Important
If a
transactionId
parameter is provided, search bypaymentMethodId
,externalId
,customerId
orofferId
andcustomerId
together is ignored becausetransactionId
always takes precedence over the other parameters.
- Page limit: 20 results per request are returned.
- Header X-Total-Count will show the total number of results for the provided query parameters.
Response format is the same as in Create a pass endpoint.