Bloomerang · OAuth Scopes

Bloomerang OAuth Scopes

OAuth 2.0 derived

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

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

NonprofitDonor ManagementCRMFundraisingFundraising Software
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://crm.bloomerang.co/oauth/authorize
Token URL
https://api.bloomerang.co/v2/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
api Full read/write access to account data. authorizationCode

Source

OAuth Scopes

bloomerang-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bloomerang-openapi.yml
schemes:
- name: oauth2Bearer
  source: openapi/bloomerang-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://crm.bloomerang.co/oauth/authorize
    tokenUrl: https://api.bloomerang.co/v2/oauth/token
  description: 'OAuth 2.0 access token for third-party applications, presented as `Authorization:
    Bearer {access_token}`.'
scopes:
- scope: api
  description: Full read/write access to account data.
  flows:
  - authorizationCode
  sources:
  - openapi/bloomerang-openapi.yml