Reelables · OAuth Scopes

Reelables OAuth Scopes

OAuth 2.0 searched

Reelables publishes 1 OAuth 2.0 scope via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Reelables API on a user’s behalf.

Tokens are issued from https://auth.reelables.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanySupply ChainLogisticsAsset TrackingIoTSmart LabelsBluetoothCellularTrack and TraceLocation
Scopes: 1 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://auth.reelables.com/oauth2/token
Flows
clientCredentials

Scopes (1)

ScopeDescriptionFlows
https://auth.reelables.com/full-access Full access to the Public API clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/got-its-openapi-original.yml
docs: https://docs.reelables.com/authentication
notes: >-
  Reelables uses a single coarse-grained OAuth 2.0 client-credentials scope granting full
  access to the Public API. Credentials (CLIENT_ID/CLIENT_SECRET) are provisioned by contacting
  support@reelables.com; access tokens are valid for 1 hour. No finer-grained scope catalog is
  published.
schemes:
- name: AuthEndpoint
  source: openapi/got-its-openapi-original.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.reelables.com/oauth2/token
    authScheme: 'Basic base64(CLIENT_ID:CLIENT_SECRET)'
    tokenLifetimeSeconds: 3600
scopes:
- scope: https://auth.reelables.com/full-access
  description: Full access to the Public API
  flows:
  - clientCredentials
  sources:
  - openapi/got-its-openapi-original.yml