cURL
curl --request GET \ --url https://api.notchpay.co/customers \ --header 'Authorization: <api-key>'
{ "code": 200, "status": "OK", "message": "Customers retrieved", "items": [ "<unknown>" ], "totals": 25, "last_page": 1, "current_page": 1, "selected": 25 }
Number of items per page
Page number
Search by name, email, or phone
Successful response
200
"OK"
"Customers retrieved"
25
1
Was this page helpful?