This endpoint returns a list of all available services. The service code in each returned service object can be passed as a parameter when calling getServicesByServiceCodes or getPointsByGeoCoordinates endpoints.
OK
{- "services": [
- {
- "service_code": 1,
- "partner_code": "AP",
- "name": "parcel-pickup-outside-standard-hours",
- "description": "Parcel collection outside standard hours",
- "appointment_required": false,
- "searchable": false,
- "url_name": "parcel-pickup-outside-standard-hours",
- "categories": [
- {
- "name": "opening_hours",
- "description": "Opening hours"
}, - {
- "name": "parcels_mail",
- "description": "Parcels & mail"
}
]
}
]
}