Tenzo · OAuth Scopes

Tenzo OAuth Scopes

OAuth 2.0 searched

Tenzo publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Tenzo API on a user’s behalf.

Tokens are issued from https://auth.gotenzo.com/o/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.

CompanyRestaurantAnalyticsBusiness IntelligenceReportingForecastingHospitalityPoint of SaleData AggregationMCPArtificial Intelligence
Scopes: 4 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://auth.gotenzo.com/o/authorize
Token URL
https://auth.gotenzo.com/o/token/
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
tenzo/sales:read Read access to sales data. authorizationCode
tenzo/forecast:read Read access to demand-forecast data. authorizationCode
tenzo/area:read Read access to area (grouping of locations) data. authorizationCode
tenzo/location:read Read access to location data. authorizationCode

Source

OAuth Scopes

tenzo-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://support.gotenzo.com/developers/auth-flow/
docs: https://support.gotenzo.com/developers/auth-flow/
notes: >-
  Scopes are granted per partner application by Tenzo at provisioning time and returned in the
  token response `scope` field (space-delimited). The list below is the set documented in the
  Authorization Code flow guide; a partner's granted scopes are a subset assigned by Tenzo. All
  documented scopes are read-only.
schemes:
- name: OAuth2
  source: https://support.gotenzo.com/developers/auth-flow/
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.gotenzo.com/o/authorize
    tokenUrl: https://auth.gotenzo.com/o/token/
scopes:
- scope: tenzo/sales:read
  description: Read access to sales data.
  flows: [authorizationCode]
- scope: tenzo/forecast:read
  description: Read access to demand-forecast data.
  flows: [authorizationCode]
- scope: tenzo/area:read
  description: Read access to area (grouping of locations) data.
  flows: [authorizationCode]
- scope: tenzo/location:read
  description: Read access to location data.
  flows: [authorizationCode]