Authorization
default Authorization<token>
Use a public key (pk./pk_test.) for payment initialization. Use a secret key (sk./sk_test.) for sensitive operations (transfers, refunds, balance), or a restricted key (rk./rk_test.) scoped to specific permissions. The _test. variant of any key selects the sandbox environment, there is no separate sandbox URL. Never expose your secret key in client-side code.
In: header
Request Body
application/json
per_pageinteger | null
Must be at least 1. Must not be greater than 100.
cursorstring | null
searchstring | null
Must not be greater than 255 characters.
type"individual" | "business"
"individual""business"status"active" | "inactive" | "blocked"
"active""inactive""blocked"countrystring | null
Must be 2 characters.
customer_groupstring | null
Response Body
application/json
application/json
application/json
curl -X GET "https://api.wajub.com/customers" \ -H "Content-Type: application/json" \ -d '{}'{ "code": 200, "status": "OK", "message": "Customers retrieved", "items": [ { "id": "cus_01JXXX", "email": "amina@example.com", "name": "Amina Diallo" } ], "meta": { "current_page": 1, "last_page": 16, "per_page": 25, "total": 156 }}Customers list