cURL
curl --request GET \ --url https://api.parceltracer.com/v1/external/customers/{id}/ \ --header 'X-Api-Key: <api-key>'
{ "id": 9721, "name": "Yasser", "phone_number": "+9617322112", "secondary_phone_number": "", "email": "[email protected]" }
Retrieve the details of a specific customer by ID.
If true, includes customer locations in the response.
Successful retrieval
255