Harbor App Engine
  1. Harbor App Engine
Harbor App Engine
  • Harbor App Engine
    • Get Access Code For A Locker
      POST
    • Get All Locker Access Codes
      GET
    • Open Locker With Access Code
      POST
    • Close Locker
      POST
  1. Harbor App Engine

Get All Locker Access Codes

Testing
GET
/locker/{locker_name}
Get All Access Codes Of A Locker

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Path Params

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/locker/?location_id=' \
--header 'x-api-key: <api-key>'

Responses

🟢200OK
application/json
Body

Example
{
    "accessCodes": [
        {
            "id": "string",
            "accessCode": "string",
            "state": "string",
            "expiry": "string",
            "createdOn": "string"
        }
    ]
}
Modified at 2025-12-10 23:04:19
Previous
Get Access Code For A Locker
Next
Open Locker With Access Code
Built with