Tremendous · OAuth Scopes

Tremendous OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://www.tremendous.com/oauth/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.

Employee IncentivesGlobal PayoutsIncentivesMarket ResearchPayoutsRewards
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://www.tremendous.com/oauth/authorize
Token URL
https://www.tremendous.com/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
manage Manage organization settings, members, and webhooks authorizationCode
read Read access to orders, rewards, products, and funding sources authorizationCode
write Create orders and rewards authorizationCode

Source

OAuth Scopes

tremendous-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tremendous-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/tremendous-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.tremendous.com/oauth/authorize
    tokenUrl: https://www.tremendous.com/oauth/token
  description: OAuth 2.0 for third-party integrations
scopes:
- scope: manage
  description: Manage organization settings, members, and webhooks
  flows:
  - authorizationCode
  sources:
  - openapi/tremendous-api-openapi.yml
- scope: read
  description: Read access to orders, rewards, products, and funding sources
  flows:
  - authorizationCode
  sources:
  - openapi/tremendous-api-openapi.yml
- scope: write
  description: Create orders and rewards
  flows:
  - authorizationCode
  sources:
  - openapi/tremendous-api-openapi.yml