cURL
curl --request GET \ --url https://dev-api.auxvault.net/api/v1/public/customer/{id} \ --header 'Authorization: <api-key>'
{ "status_code": 200, "message": "Customer Details found successfully", "data": { "CustomerId": "cust_123", "CustomerName": "John Doe", "Email": "[email protected]", "PhoneNumber": "555-123-4567", "CountryId": 1, "CountryCode": "+1", "Address": "123 Main St", "City": "Anytown", "PostalCode": "12345", "StateId": 12 } }
Retrieve the details of a specific customer.
Successful Response