Bluecore · OAuth Scopes

Bluecore OAuth Scopes

OAuth 2.0 searched

Bluecore publishes 7 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Bluecore 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.

CompanyRetailMarketingCustomer Data PlatformPersonalizationEmailSMSMessagingeCommerceConsent
Scopes: 7 Flows: Method: searched

Scopes (7)

ScopeDescriptionFlows
customers:read Read access to Customer Profiles.
customers:write Create or update Customer Profiles (identifiers and attributes).
eligibility:read Read a customer's eligibility / subscription (consent) status.
eligibility:write Update a customer's eligibility / subscription (consent) status.
directsend:write Create external direct-send campaigns in Bluecore. (API under construction.)
direct_send:api Send a direct message via a previously created direct-send campaign. (API under construction.)
transactional:api Send transactional (email/SMS/MMS) messages and retrieve their delivery status.

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.bluecore.com/reference/authn_getaccesstoken
docs: https://developers.bluecore.com/reference/authn_getaccesstoken
notes: >-
  Bluecore access tokens carry space-delimited scopes in `resource:verb` form (e.g.
  `customers:write` grants write access to the Customers API), returned in the token
  response `scope` field. In the per-operation OpenAPI the same permissions appear as
  dot-form scope strings on each operation's GlooAuth security requirement. Both forms
  are recorded below.
scheme:
  name: GlooAuth
  flow: clientCredentials
  token_url: https://auth.bluecore.com/oauth/token
scopes:
- scope: customers:read
  spec_form: customers.read
  description: Read access to Customer Profiles.
  operations: [Profile_Get]
- scope: customers:write
  spec_form: customers.write
  description: Create or update Customer Profiles (identifiers and attributes).
  operations: [Profile_CreateOrUpdate]
- scope: eligibility:read
  spec_form: eligibility.read
  description: Read a customer's eligibility / subscription (consent) status.
  operations: [Eligibility_Get]
- scope: eligibility:write
  spec_form: eligibility.write
  description: Update a customer's eligibility / subscription (consent) status.
  operations: [Eligibility_Update]
- scope: directsend:write
  spec_form: directsend.write
  description: Create external direct-send campaigns in Bluecore. (API under construction.)
  operations: [CampaignsAPIPublic_CreateDirectSendCampaign]
- scope: direct_send:api
  spec_form: direct_send.api
  description: Send a direct message via a previously created direct-send campaign. (API under construction.)
  operations: [DirectSend_Send]
- scope: transactional:api
  spec_form: transactional.api
  description: Send transactional (email/SMS/MMS) messages and retrieve their delivery status.
  operations: [Transactional_Send, Transactional_Get]