Ce service permet de localiser les points UPS Access Point en France et de consulter leurs détails.
GET /api/health
curl -X GET http://localhost:5022/api/health
GET /api/locations?postal_code={code_postal}
Remplacez {code_postal} par un code postal français (par exemple 75001).
curl -X GET "http://localhost:5022/api/locations?postal_code=75001"
GET /api/location/{id}?postal_code={code_postal}
Remplacez {id} par l'ID du point (de 1 à n) et {code_postal} par le code postal.
curl -X GET "http://localhost:5022/api/location/1?postal_code=75001"
© 2025 UPS PDD API Service