Nectar Social · OAuth Scopes

Nectar Social OAuth Scopes

OAuth 2.0 probed

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

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

CompanyAISocial MediaCommunity ManagementSocial ListeningInfluencer MarketingCustomer EngagementSocial CommerceMCPAgentsOAuth
Scopes: 18 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://beta-api.nectarsocial.com/oauth/authorize
Token URL
https://beta-api.nectarsocial.com/oauth/token
Flows
authorizationCode

Scopes (18)

ScopeDescriptionFlows
analytics:read Read performance analytics, KPI dashboards and post-level insights. authorizationCode
content:read Read social content/posts managed in the workspace. authorizationCode
community:read Read community management data. authorizationCode
campaigns:read Read campaign records. authorizationCode
competitors:read Read competitor tracking data. authorizationCode
social_listening:read Read social listening / cross-channel monitoring data. authorizationCode
inbox:read Read the social inbox (DMs, comments, mentions). authorizationCode
inbox_rule:trigger Trigger an inbox automation rule. authorizationCode
mention_content Access mention content. Note the scope string carries no read/write suffix, unlike the other 17. authorizationCode
workspace:read Read workspace metadata. authorizationCode
emails:read Read contact email addresses. authorizationCode
emails:write Write contact email addresses. authorizationCode
phone_numbers:read Read contact phone numbers. authorizationCode
phone_numbers:write Write contact phone numbers. authorizationCode
custom_field_values:read Read custom field values on records. authorizationCode
custom_field_values:write Write custom field values on records. authorizationCode
webhooks:write Create or update webhook subscriptions. authorizationCode
webhooks:delete Delete webhook subscriptions. authorizationCode

Source

OAuth Scopes

nectar-social-scopes.yml Raw ↑
generated: '2026-08-13'
method: probed
source: https://beta-api.nectarsocial.com/.well-known/oauth-authorization-server
raw: well-known/nectar-social-oauth-authorization-server.json
note: >-
  Derived from the provider's own RFC 8414 OAuth 2.0 Authorization Server Metadata document,
  fetched anonymously. Nectar Social publishes no public OpenAPI and no public scopes reference
  page, so scopes_supported in the discovery document is the authoritative published scope
  vocabulary. Descriptions below are the plain reading of each scope string against the product
  surface Nectar Social markets; no scope, permission, or grouping has been invented.
schemes:
- name: OAuth2
  type: oauth2
  source: https://beta-api.nectarsocial.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://beta-api.nectarsocial.com/oauth/authorize
    tokenUrl: https://beta-api.nectarsocial.com/oauth/token
    refreshUrl: https://beta-api.nectarsocial.com/oauth/token
  pkce:
    required_methods:
    - S256
  dynamic_client_registration: https://beta-api.nectarsocial.com/oauth/register
  revocation_endpoint: https://beta-api.nectarsocial.com/oauth/revoke
  resource_indicators_supported: true
scope_count: 18
scopes:
- scope: analytics:read
  description: Read performance analytics, KPI dashboards and post-level insights.
  flows: [authorizationCode]
  mcp_required: true
- scope: content:read
  description: Read social content/posts managed in the workspace.
  flows: [authorizationCode]
  mcp_required: true
- scope: community:read
  description: Read community management data.
  flows: [authorizationCode]
- scope: campaigns:read
  description: Read campaign records.
  flows: [authorizationCode]
- scope: competitors:read
  description: Read competitor tracking data.
  flows: [authorizationCode]
- scope: social_listening:read
  description: Read social listening / cross-channel monitoring data.
  flows: [authorizationCode]
- scope: inbox:read
  description: Read the social inbox (DMs, comments, mentions).
  flows: [authorizationCode]
- scope: inbox_rule:trigger
  description: Trigger an inbox automation rule.
  flows: [authorizationCode]
- scope: mention_content
  description: Access mention content. Note the scope string carries no read/write suffix, unlike the other 17.
  flows: [authorizationCode]
- scope: workspace:read
  description: Read workspace metadata.
  flows: [authorizationCode]
- scope: emails:read
  description: Read contact email addresses.
  flows: [authorizationCode]
  pii: true
- scope: emails:write
  description: Write contact email addresses.
  flows: [authorizationCode]
  pii: true
- scope: phone_numbers:read
  description: Read contact phone numbers.
  flows: [authorizationCode]
  pii: true
- scope: phone_numbers:write
  description: Write contact phone numbers.
  flows: [authorizationCode]
  pii: true
- scope: custom_field_values:read
  description: Read custom field values on records.
  flows: [authorizationCode]
- scope: custom_field_values:write
  description: Write custom field values on records.
  flows: [authorizationCode]
- scope: webhooks:write
  description: Create or update webhook subscriptions.
  flows: [authorizationCode]
- scope: webhooks:delete
  description: Delete webhook subscriptions.
  flows: [authorizationCode]
observations:
  granularity: resource:action
  read_write_split: 13 read/trigger-style scopes, 4 explicit write/delete scopes, 1 unsuffixed (mention_content)
  pii_scopes: [emails:read, emails:write, phone_numbers:read, phone_numbers:write]
  webhook_management: >-
    webhooks:write and webhooks:delete are published, which means the API exposes webhook
    subscription management. The event catalog itself is not public — see
    asyncapi/nectar-social-webhooks.yml.
  docs: null
  docs_note: >-
    No public scopes/permissions reference page was found. docs.nectarsocial.com 307-redirects
    to https://app.nectarsocial.com/docs, a JS-rendered application shell that requires a login.
x-evidence:
  fetched: '2026-08-13'
  url: https://beta-api.nectarsocial.com/.well-known/oauth-authorization-server
  http_status: 200
  content_type: application/json