Hootsuite · OAuth Scopes

Hootsuite OAuth Scopes

OAuth 2.0 derived

Hootsuite 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 Hootsuite API on a user’s behalf.

Tokens are issued from https://platform.hootsuite.com/oauth2/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 MediaSocial Media ManagementMarketingContent SchedulingAnalyticsEngagement
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://platform.hootsuite.com/oauth2/auth
Token URL
https://platform.hootsuite.com/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
offline Issue a refresh token alongside the access token authorizationCode

Source

OAuth Scopes

hootsuite-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/hootsuite-openapi.yml
schemes:
- name: OAuth2
  source: openapi/hootsuite-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://platform.hootsuite.com/oauth2/auth
    tokenUrl: https://platform.hootsuite.com/oauth2/token
scopes:
- scope: offline
  description: Issue a refresh token alongside the access token
  flows:
  - authorizationCode
  sources:
  - openapi/hootsuite-openapi.yml