ThriveCart · Authentication Profile

Thrivecart Authentication

Authentication

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

CompanyCheckoutShopping CartPaymentseCommerceSubscriptionsAffiliate MarketingLearning ManagementCreator EconomyWebhooks
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

bearerAuth http
scheme: bearer
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-08-12'
method: derived
source: openapi/thrivecart-api-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Account-scoped API key created under Settings > API & webhooks > API tokens,
    or an OAuth access token, sent as `Authorization: Bearer <token>`.'
  sources:
  - openapi/thrivecart-api-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://thrivecart.com/authorization/new
    tokenUrl: https://thrivecart.com/authorization/token
    scopes: 0
  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.
  sources:
  - openapi/thrivecart-api-openapi.yml