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.
Note: Filtering by customerId and offerId might return multiple active passes instead of one if multiple passes have been created for the same offer.
ImportantIf a
transactionIdparameter is provided, search bypaymentMethodId,externalId,customerIdorofferIdandcustomerIdtogether is ignored becausetransactionIdalways 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.
