Client Passes
Get the details of the passes.
GET
{API_URL}/client/purchases/passes
Auth required: YES
Please pass your API key as the username and API secret as password as Basic Auth to access the endpoint.
Query Parameters
Name
Type
Description
userId
String
user id of the user
String
email of the user
from
ISODateString
to
ISODateString
phoneNumber
String
phone number of the user
You need to pass either phone number or email of the user from which hw has made the purcahse.
Last updated