Retrieve details of a specific locker group by its unique identifier.
Security
ApiKeyAuth
- Mock serverhttps://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/{uid}
- Staginghttps://api.staging.glsnxt.com/ooh/carrier-connector/v1/locker-groups/{uid}
- Productionhttps://api.glsnxt.com/ooh/carrier-connector/v1/locker-groups/{uid}
curl -i -X GET \
https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/6838265090 \
-H 'X-API-Key: YOUR_API_KEY_HERE'Locker group retrieved successfully.
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" }