cURL
curl --request GET \ --url https://ebrcapi.dev.eximfiles.com/api/v1/platform-customers \ --header 'x-api-key: <api-key>'
{ "items": [ { "id": "<string>", "name": "<string>", "email": "[email protected]", "type": "customer", "companyName": "<string>", "address": "<string>", "platformId": "<string>", "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "totalItems": 123, "itemsPerPage": 123, "totalPages": 123, "currentPage": 123 } }
Returns paginated platform customers for the current platform user
Page number (starts at 1)
x >= 1
Items per page
1 <= x <= 100
Filter by partial name or email
Paginated list of platform customers
Show child attributes