cURL
curl --request GET \ --url https://api.parceltracer.com/v1/external/customers/{customer_pk}/locations/{location_pk}/ \ --header 'X-Api-Key: <api-key>'
{ "id": 9691, "area": { "id": 146, "name_ar": "عيناب", "name_en": "Ainab", "district": "Aley", "lat": "33.766414000000000", "long": "35.546311000000000" }, "directions": "" }
Retrieve the details of a specific customer location.
Successful retrieval
A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.
fields
Show child attributes