cURL
curl --request GET \ --url https://ebrcapi.dev.eximfiles.com/api/v1/platform-customers/{id} \ --header 'x-api-key: <api-key>'
{ "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" }
Returns a customer by ID
The customer ID
Customer response
Unique identifier of the platform customer
customer
Platform user ID that owns this customer