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

Close Locker

Testing
POST
/locker/close
Close Locker Transaction

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json

Example
{
    "access_code": "string",
    "sub_organization_id": "string"
}

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 POST '/locker/close' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "access_code": "string",
    "sub_organization_id": "string"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "message": "string"
}
Modified at 2025-12-10 23:04:19
Previous
Open Locker With Access Code
Built with