cURL
curl --request GET \ --url https://sandbox.api.paylias.xyz/gateway/api/v1/csp/customer \ --header 'X-PAYLIAS-API-KEY: <api-key>' \ --header 'x-org-id: <x-org-id>' \ --header 'x-partner-id: <x-partner-id>'
{ "data": { "count": 1, "customers": [ { "created_at": { "seconds": 1743092228 }, "first_name": "Ziyad", "last_name": "Parekh", "nick_name": "ziyad", "partner_id": "part_ct23b6420or249k5boag", "payment_address": "ziyadparekh@safepay-platinum", "status": 2, "token": "cust_cvink1420or763mhjesg", "updated_at": { "seconds": 1743092228 } } ] }, "ok": true }
Search Customers
The Organization ID header used for authorization
The Partner ID header used for authorization
""
"Ziyad"
"ziyadparekh@safepay-platinum"
"10"
"1"
ENABLED
DISABLED
"ENABLED"
Response containing list of customers
Standard response structure for successful operations
Indicates if the operation was successful
true
Contains the response data
Show child attributes
Was this page helpful?