Reelables · Authentication Profile

Got Its Authentication

Authentication

Reelables secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

CompanySupply ChainLogisticsAsset TrackingIoTSmart LabelsBluetoothCellularTrack and TraceLocation
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

api_key apiKey
· in: header (x-api-key)
AuthEndpoint oauth2
· flows: clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/got-its-gateway-openapi-original.yml, openapi/got-its-openapi-original.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
schemes:
- name: api_key
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/got-its-gateway-openapi-original.yml
- name: AuthEndpoint
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.reelables.com/oauth2/token
    scopes: 1
  sources:
  - openapi/got-its-openapi-original.yml