Client Purchases
Get the details of the purchases.
GET
{API_URL}/client/purchases
Auth required: YES
Please pass your API key as the username and API secret as the 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 | |
phoneNumber | String | phone number of the user |
from | ISODateString | |
to | ISODateString |
You need to pass either phone number or email of the user from which hw has made the purcahse.
Last updated