Skip to content

Get available locker group types

Request

Returns the global catalog of locker group types that can be used to create locker groups.

Security
ApiKeyAuth
curl -i -X GET \
  https://docs.glsnxt.com/_mock/openapi-carrier-integration-api/locker-groups/types \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

List of locker group types retrieved successfully.

Bodyapplication/json
Array [
keystringrequired

The unique key identifying the locker group type.

Example:"DEPOT"
categorystringrequired

The category the locker group type belongs to.

Example:"DISTRIBUTION_CENTER"
]
Response
[ { "key": "DEPOT", "category": "DISTRIBUTION_CENTER" } ]