header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query 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/access-codes?sub_organization_id=c083eb37-4627-42d7-a45e-ed4c3871899b' \
--header'Authorization: Bearer <token>'
Responses
🟢200Success
application/json
Retrieve all access codes for a specific locker.This endpoint fetches all active access codes associated with a particular locker at a given location within a sub-organization. Requires valid API key authentication.