# Get a list of existing locker model and locker version pairs for provider Retrieve a list of existing locker model and locker version pairs for each provider. Endpoint: GET /lockers/providers Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `providerName` (string) The name of the locker provider. - `lockerModel` (string) The model of the locker provided by the provider. - `lockerVersion` (string) The version of the locker model provided by the provider. - `providerUid` (string) The unique identifier of the provider on the GLS/NXT system. ## Response 401 fields (application/json): - `errorCode` (string) A code representing the type of error. Example: "UNAUTHORIZED" - `message` (string) A message describing the error. Example: "The requested resource requires authentication" ## Response 500 fields (application/json): - `errorCode` (string) A code representing the type of error. Example: "SERVER_ERROR" - `message` (string) A message describing the error. Example: "The server encountered an internal error"