Syncly · OAuth Scopes
Syncly OAuth Scopes
OAuth 2.0
probed
Syncly publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Syncly API on a user’s behalf.
Tokens are issued from https://social-server.syncly.app/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.
CompanySocial IntelligenceSocial ListeningCustomer FeedbackVoice of CustomerCreator MarketingAnalyticsArtificial IntelligenceMCP
Scopes: 2
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://social-server.syncly.app/oauth/authorize
https://social-server.syncly.app/oauth/authorize
Token URL
https://social-server.syncly.app/oauth/token
https://social-server.syncly.app/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (2)
| Scope | Description | Flows |
|---|---|---|
| syncly:read | Read access to the connected Syncly workspace. This is the only resource scope Syncly declares, and it is the scope the MCP server names in its 401 challenge. Description is API Evangelist's reading of the scope name, not provider-published text. | authorizationCode |
| offline_access | Standard OpenID Connect / OAuth 2.0 scope requesting a refresh token so the client can renew access without a fresh user consent. Declared by the authorization server but not listed in the protected-resource metadata. | authorizationCode |