Skip to main content
GET
/
pickups
List Pickup Locations
curl --request GET \
  --url https://api.parceltracer.com/v1/external/pickups/ \
  --header 'X-Api-Key: <api-key>'
[
  [
    {
      "id": 63,
      "name": "Main Pickup",
      "contact_person": "Jack",
      "contact_phone": "+961 3 121 323",
      "directions": "5th floor",
      "is_default": true,
      "area": {
        "id": 1727,
        "name_ar": "ذوق مصبح",
        "name_en": "Zouk Mosbeh",
        "district": "Keserwan",
        "lat": "33.955739999999999",
        "long": "35.619109999999999",
        "maps_link": "http://maps.google.com/maps?q=33.955739999999999,35.619109999999999",
        "code": "LBN2075"
      }
    }
  ]
]

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json
id
integer
required
name
string
default:""
Maximum string length: 200
contact_person
string
Maximum string length: 200
contact_phone
string
Maximum string length: 200
directions
string
Maximum string length: 400
is_default
boolean
area
object

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.