ThriveCart · OAuth Scopes

ThriveCart OAuth Scopes

OAuth 2.0 derived

ThriveCart uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

Tokens are issued from https://thrivecart.com/authorization/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.

CompanyCheckoutShopping CartPaymentseCommerceSubscriptionsAffiliate MarketingLearning ManagementCreator EconomyWebhooks
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://thrivecart.com/authorization/new
Token URL
https://thrivecart.com/authorization/token
Flows
authorizationCode

Scopes (0)

ThriveCart implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-12'
method: derived
source: openapi/thrivecart-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/thrivecart-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://thrivecart.com/authorization/new
    tokenUrl: https://thrivecart.com/authorization/token
  description: OAuth 2.0 authorization code grant for applications acting on behalf of another
    ThriveCart account. ThriveCart does not publish a scope reference; access is granted account-wide
    on consent.
scopes: []