HoneyBook · OAuth Scopes

HoneyBook OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.honeybook.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.

CRMClientflowProposalsContractsInvoicingPaymentsSchedulingCreative EntrepreneursSmall Business
Scopes: 14 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.honeybook.com/oauth/authorize
Token URL
https://api.honeybook.com/oauth/token
Flows
authorizationCode

Scopes (14)

ScopeDescriptionFlows
clients.read Read clients and inquiries. authorizationCode
clients.write Create and update clients and inquiries. authorizationCode
contracts.read Read contracts. authorizationCode
contracts.write Create contracts. authorizationCode
invoices.read Read invoices. authorizationCode
invoices.write Create invoices. authorizationCode
payments.read Read payments. authorizationCode
projects.read Read projects and pipeline stage. authorizationCode
projects.write Create and update projects. authorizationCode
proposals.read Read proposals. authorizationCode
proposals.write Create proposals. authorizationCode
scheduler.read Read session types and bookings. authorizationCode
scheduler.write Create bookings. authorizationCode
webhooks.write Manage webhook subscriptions. authorizationCode

Source

OAuth Scopes

honeybook-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/honeybook-openapi.yml
schemes:
- name: oauth2
  source: openapi/honeybook-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.honeybook.com/oauth/authorize
    tokenUrl: https://api.honeybook.com/oauth/token
  description: Third-party integration guides reference OAuth 2.0 against api.honeybook.com,
    but are inconsistent on the exact token endpoint and grant type and are not independently
    verifiable. Modeled here as an authorization-code flow with refresh tokens, the most common
    pattern for a user-data platform of this kind; treat as unverified.
scopes:
- scope: clients.read
  description: Read clients and inquiries.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: clients.write
  description: Create and update clients and inquiries.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: contracts.read
  description: Read contracts.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: contracts.write
  description: Create contracts.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: invoices.read
  description: Read invoices.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: invoices.write
  description: Create invoices.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: payments.read
  description: Read payments.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: projects.read
  description: Read projects and pipeline stage.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: projects.write
  description: Create and update projects.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: proposals.read
  description: Read proposals.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: proposals.write
  description: Create proposals.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: scheduler.read
  description: Read session types and bookings.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: scheduler.write
  description: Create bookings.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml
- scope: webhooks.write
  description: Manage webhook subscriptions.
  flows:
  - authorizationCode
  sources:
  - openapi/honeybook-openapi.yml