Wrapbook · OAuth Scopes

Wrapbook OAuth Scopes

OAuth 2.0 searched

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

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

CompanyEntertainmentPayrollProduction AccountingAccounts PayableFilmTelevisionFintech
Scopes: 21 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.wrapbook.com/oauth/authorize
Token URL
https://app.wrapbook.com/oauth/token
Flows
authorizationCode

Scopes (21)

ScopeDescriptionFlows
accounting_ap_invoices:read authorizationCode
accounting_bank_accounts:read authorizationCode
accounting_bank_reconciliation:read authorizationCode
accounting_chart_of_accounts:read authorizationCode
accounting_chart_reference_mapping:read authorizationCode
accounting_currencies:read authorizationCode
accounting_distribution_changes:read authorizationCode
accounting_electronic_signatures:read authorizationCode
accounting_journal_entries:read authorizationCode
accounting_payroll_transactions:read authorizationCode
accounting_period_management:read authorizationCode
accounting_reports:read authorizationCode
accounting_tag_management:read authorizationCode
accounting_vendor_payments:read authorizationCode
accounting_vendors:read authorizationCode
budget_cost_tracking:read authorizationCode
budget_production_accounting:read authorizationCode
payroll_invoices:read authorizationCode
payroll_reports:read authorizationCode
purchase_orders:read authorizationCode
core:read authorizationCode

Source

OAuth Scopes

wrapbook-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://app.wrapbook.com/.well-known/oauth-authorization-server
notes: >-
  Wrapbook publishes no public API reference, but its production app exposes RFC 8414
  OAuth 2.0 authorization-server metadata declaring 21 read-only scopes covering the
  accounting, payroll, budgeting, and purchase-order surface the platform shares with
  its accounting integrations (Sage Intacct, QuickBooks Online, Oracle NetSuite,
  Acumatica). Scope descriptions below are inferred only from the scope identifiers
  themselves; Wrapbook publishes no scope reference page.
schemes:
- name: OAuth2
  source: well-known/wrapbook-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.wrapbook.com/oauth/authorize
    tokenUrl: https://app.wrapbook.com/oauth/token
    revocationUrl: https://app.wrapbook.com/oauth/revoke
    registrationUrl: https://app.wrapbook.com/oauth/register
    pkce: [S256]
scopes:
- scope: accounting_ap_invoices:read
  flows: [authorizationCode]
- scope: accounting_bank_accounts:read
  flows: [authorizationCode]
- scope: accounting_bank_reconciliation:read
  flows: [authorizationCode]
- scope: accounting_chart_of_accounts:read
  flows: [authorizationCode]
- scope: accounting_chart_reference_mapping:read
  flows: [authorizationCode]
- scope: accounting_currencies:read
  flows: [authorizationCode]
- scope: accounting_distribution_changes:read
  flows: [authorizationCode]
- scope: accounting_electronic_signatures:read
  flows: [authorizationCode]
- scope: accounting_journal_entries:read
  flows: [authorizationCode]
- scope: accounting_payroll_transactions:read
  flows: [authorizationCode]
- scope: accounting_period_management:read
  flows: [authorizationCode]
- scope: accounting_reports:read
  flows: [authorizationCode]
- scope: accounting_tag_management:read
  flows: [authorizationCode]
- scope: accounting_vendor_payments:read
  flows: [authorizationCode]
- scope: accounting_vendors:read
  flows: [authorizationCode]
- scope: budget_cost_tracking:read
  flows: [authorizationCode]
- scope: budget_production_accounting:read
  flows: [authorizationCode]
- scope: payroll_invoices:read
  flows: [authorizationCode]
- scope: payroll_reports:read
  flows: [authorizationCode]
- scope: purchase_orders:read
  flows: [authorizationCode]
- scope: core:read
  flows: [authorizationCode]