Jebbit · OAuth Scopes

Jebbit OAuth Scopes

OAuth 2.0 searched

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

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.

CompanyInteractive ExperiencesZero-Party DataFirst-Party DataMarketingQuizzesProduct FeedsWebhooksCustomer DataJSON:API
Scopes: 6 Flows: Method: searched

Scopes (6)

ScopeDescriptionFlows
read Grants read access
write Grants write access
delete Grants delete access
read:business:{business_id} Read access scoped to a specific Jebbit business/account (observed in the docs token response).
read:integration Read access to integrations (webhooks).
write:integration Create/update integrations (webhooks).

Source

OAuth Scopes

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/jebbit-openapi-original.json
docs: https://support-experiences.blueconic.com/en/articles/246971-api-overview
note: Tokens are minted by an Auth0 tenant (auth.jebbit.com) via the OAuth 2.0 client_credentials grant
  with audience "public-api". The OpenAPI models the bearer scheme as http/bearer but declares read/write/delete
  scopes; the docs token example returns finer-grained resource scopes.
schemes:
- name: JWT (Auth0 client_credentials)
  type: oauth2
  flow: clientCredentials
  tokenUrl: https://auth.jebbit.com/oauth/token
  audience: public-api
  source: openapi/jebbit-openapi-original.json
scopes:
- scope: read
  description: Grants read access
  sources:
  - openapi/jebbit-openapi-original.json
- scope: write
  description: Grants write access
  sources:
  - openapi/jebbit-openapi-original.json
- scope: delete
  description: Grants delete access
  sources:
  - openapi/jebbit-openapi-original.json
- scope: read:business:{business_id}
  description: Read access scoped to a specific Jebbit business/account (observed in the docs token response).
  sources:
  - docs
- scope: read:integration
  description: Read access to integrations (webhooks).
  sources:
  - docs
- scope: write:integration
  description: Create/update integrations (webhooks).
  sources:
  - docs