Tackle.io · OAuth Scopes

Tackle.io OAuth Scopes

OAuth 2.0 searched

Tackle.io 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.

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.

CompanyCloudCloud MarketplaceCo-SellAWS MarketplaceAzure MarketplaceGoogle Cloud MarketplacePrivate OffersMeteringSCIMWebhooksB2B SaaS
Scopes: 0 Flows: Method: searched

Scopes (0)

Tackle.io 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-07-21'
method: searched
source: https://developers.tackle.io/reference + https://auth.tackle.io/.well-known/openid-configuration
docs: https://developers.tackle.io/docs/getting-an-access-token
model: OAuth 2.0 client-credentials issues a JWT whose fine-grained RBAC permissions gate each operation;
  the OIDC provider (Auth0) also advertises standard OpenID scopes for interactive login.
oidc_scopes:
- openid
- profile
- email
- offline_access
- name
- given_name
- family_name
- nickname
- email_verified
- picture
- phone
- address
rbac_permissions:
- name: cosell:ListOpportunities
  description: List co-sell opportunities.
- name: cosell:CreateOpportunity
  description: Create a co-sell opportunity.
- name: cosell:GetOpportunity
  description: Retrieve a co-sell opportunity.
- name: cosell:UpdateOpportunity
  description: Update a co-sell opportunity.
- name: cosell:StartEngagement
  description: Submit / start engagement on a co-sell opportunity.
- name: cosell:ListOpportunityEvents
  description: List the event history for an opportunity.
- name: cosell:GetPicklistOptions
  description: Read acceptable picklist values for opportunity fields.
- name: offers:ListOffers
  description: List private offers.
- name: offers:GetOffer
  description: Retrieve a private offer.
- name: offers:CreateDraftOffer
  description: Create/update a draft private offer; also gates agreements, products, pricing, currencies
    and partner lookups.
- name: offers:UpdateOffer
  description: Update/delete/archive/unarchive a private offer.
- name: offers:CancelOffer
  description: Cancel a private offer pushed to the marketplace.
- name: offers:CreateOfferOnMarketplace
  description: Push/submit a draft offer to the cloud marketplace.
- name: offers:ListProducts
  description: List marketplace product listings.