Sprout Social · OAuth Scopes
Sprout Social OAuth Scopes
OAuth 2.0
probed
Sprout Social publishes 6 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Sprout Social API on a user’s behalf.
Tokens are issued from https://identity.sproutsocial.com/oauth2/84e39c75-d770-45d9-90a9-7b79e3037d2c/v1/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 ManagementPublishingAnalyticsReportingMessagingListening
Scopes: 6
Flows: clientCredentials, authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://identity.sproutsocial.com/oauth2/84e39c75-d770-45d9-90a9-7b79e3037d2c/v1/authorize
https://identity.sproutsocial.com/oauth2/84e39c75-d770-45d9-90a9-7b79e3037d2c/v1/authorize
Token URL
https://identity.sproutsocial.com/oauth2/84e39c75-d770-45d9-90a9-7b79e3037d2c/v1/token
https://identity.sproutsocial.com/oauth2/84e39c75-d770-45d9-90a9-7b79e3037d2c/v1/token
Flows
clientCredentialsauthorizationCode
clientCredentialsauthorizationCode
Scopes (6)
| Scope | Description | Flows |
|---|---|---|
| openid | Standard OpenID Connect scope. Requests an ID token identifying the authenticated Sprout user. | authorizationCode |
| profile | Standard OpenID Connect scope. Releases profile claims such as given_name and family_name. | authorizationCode |
| Standard OpenID Connect scope. Releases the email claim. | authorizationCode | |
| organization_id | Sprout-specific scope binding the token to a Sprout organization. This is the scope used in the machine-to-machine token request published in the Sprout API documentation. | clientCredentials, authorizationCode |
| integration_id | Sprout-specific scope binding the token to a registered integration. Surfaces as the iid claim on issued tokens. | clientCredentials, authorizationCode |
| support | Sprout-specific scope. Not documented in the public API reference; its grant semantics are not published. | authorizationCode |
📄 Provider scope reference: https://api.sproutsocial.com/docs/