Buffer · OAuth Scopes

Buffer OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://auth.buffer.com/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.

Social-MediaSchedulingAnalyticsPublishingContent ManagementSocial Media ManagementSocial Media MarketingMarketingContent SchedulingGraphQLMCPAgents
Scopes: 11 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://auth.buffer.com/auth
Token URL
https://auth.buffer.com/token
Flows
authorizationCode

Scopes (11)

ScopeDescriptionFlows
posts:read View posts and queue. authorizationCode
posts:write Create and manage posts on the user's behalf. authorizationCode
ideas:read View ideas. authorizationCode
ideas:write Create and manage ideas on the user's behalf. authorizationCode
account:read View account information. authorizationCode
account:write Update account settings. authorizationCode
offline_access Receive a refresh token for long-lived access. authorizationCode
insights:read Not described by Buffer. Advertised by the authorization server and by the MCP protected-resource metadata. By name it maps to the analytics surface Buffer ships as Insights (Post.metrics, aggregatedPostMetrics). authorizationCode
engagements:read Not described by Buffer. Advertised by the authorization server and by the MCP protected-resource metadata. By name it maps to Buffer's comments/community engagement product; the roadmap carries a "Community API" item for automating comment replies, still in Exploring. authorizationCode
engagements:write Not described by Buffer. Advertised by the authorization server and by the MCP protected-resource metadata. authorizationCode
openid Standard OIDC scope, advertised only by the OpenID discovery document. authorizationCode

Source

OAuth Scopes

buffer-scopes.yml Raw ↑
generated: '2026-08-13'
method: searched
source: https://auth.buffer.com/.well-known/oauth-authorization-server
docs: https://developers.buffer.com/guides/authentication.html#scopes
note: >-
  Two sources disagree in a useful way and both are recorded. Buffer's
  published Scopes table in the authentication guide lists SEVEN scopes. The
  live RFC 8414 / OIDC discovery documents advertise TEN — the same seven plus
  insights:read, engagements:read and engagements:write, which are
  undocumented in the guide. The MCP server's RFC 9728 protected-resource
  metadata advertises nine (the ten minus offline_access, which is not a
  resource permission). Every scope below carries which source names it.
  Personal API keys have NO scope model at all — Buffer states the key is
  account-based and reaches everything the account can see — so scopes apply
  only to the OAuth path.
schemes:
  - name: OAuth2AuthorizationCodePKCE
    source: https://auth.buffer.com/.well-known/oauth-authorization-server
    flows:
      - flow: authorizationCode
        authorizationUrl: https://auth.buffer.com/auth
        tokenUrl: https://auth.buffer.com/token
        pkce: S256 required
scopes:
  - scope: posts:read
    description: View posts and queue.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: true
  - scope: posts:write
    description: Create and manage posts on the user's behalf.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: true
  - scope: ideas:read
    description: View ideas.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: true
  - scope: ideas:write
    description: Create and manage ideas on the user's behalf.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: true
  - scope: account:read
    description: View account information.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: true
  - scope: account:write
    description: Update account settings.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: true
  - scope: offline_access
    description: Receive a refresh token for long-lived access.
    flows: [authorizationCode]
    sources: [docs, oauth-authorization-server, openid-configuration]
    documented: true
    note: >-
      Not advertised by the MCP protected-resource metadata, which lists only
      resource permissions.
  - scope: insights:read
    description: >-
      Not described by Buffer. Advertised by the authorization server and by
      the MCP protected-resource metadata. By name it maps to the analytics
      surface Buffer ships as Insights (Post.metrics, aggregatedPostMetrics).
    flows: [authorizationCode]
    sources: [oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: false
  - scope: engagements:read
    description: >-
      Not described by Buffer. Advertised by the authorization server and by
      the MCP protected-resource metadata. By name it maps to Buffer's
      comments/community engagement product; the roadmap carries a "Community
      API" item for automating comment replies, still in Exploring.
    flows: [authorizationCode]
    sources: [oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: false
  - scope: engagements:write
    description: >-
      Not described by Buffer. Advertised by the authorization server and by
      the MCP protected-resource metadata.
    flows: [authorizationCode]
    sources: [oauth-authorization-server, openid-configuration, oauth-protected-resource]
    documented: false
  - scope: openid
    description: Standard OIDC scope, advertised only by the OpenID discovery document.
    flows: [authorizationCode]
    sources: [openid-configuration]
    documented: false
gaps:
  - >-
    There is no scope model for personal API keys. Buffer's roadmap carries
    "API permissions / scopes — Create restricted API keys with limited
    capabilities" in the Exploring column, which is the provider's own
    acknowledgement of this gap.
  - >-
    insights:read, engagements:read and engagements:write are live on the
    authorization server but absent from the published Scopes table.
x-evidence:
  - {fetched: '2026-08-13', url: 'https://auth.buffer.com/.well-known/oauth-authorization-server', http_status: 200}
  - {fetched: '2026-08-13', url: 'https://mcp.buffer.com/.well-known/oauth-protected-resource', http_status: 200}
  - {fetched: '2026-08-13', url: 'https://developers.buffer.com/guides/authentication.html', http_status: 200}

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/buffer-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.