Returns the carrier's locker groups, optionally filtered by type key and name.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/locker-groups
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/locker-groups
curl -i -X GET \
'https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups?lockerGroupTypeKeys=DEPOT&lockerGroupName=Berlin%20Central' \
-H 'X-API-Key: YOUR_API_KEY_HERE'List of locker groups retrieved successfully.
Array []
The locker group type key. A locker may belong to at most one group per key.
Example:"DEPOT"
Response
[ { "uid": "6838265090", "key": "DEPOT", "category": "DISTRIBUTION_CENTER", "name": "Berlin Central" } ]