Skip to main content
GET
/
customers
/
{id}
Retrieve customer
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]"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Query Parameters

include_locations
boolean
default:false

If true, includes customer locations in the response.

Response

Successful retrieval

id
integer
required
name
string
required
Maximum string length: 255
phone_number
string
required
secondary_phone_number
string
email
string<email>