Persado · OAuth Scopes
Persado OAuth Scopes
OAuth 2.0
probed
Persado publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Persado API on a user’s behalf.
Tokens are issued from https://myaccount.persado.com/realms/persado-portal/protocol/openid-connect/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.
CompanyAi AppsArtificial IntelligenceGenerative AIMarketingCustomer EngagementContent GenerationPersonalizationAgentsMCPComplianceFinancial Services
Scopes: 3
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://myaccount.persado.com/realms/persado-portal/protocol/openid-connect/auth
https://myaccount.persado.com/realms/persado-portal/protocol/openid-connect/auth
Token URL
https://myaccount.persado.com/realms/persado-portal/protocol/openid-connect/token
https://myaccount.persado.com/realms/persado-portal/protocol/openid-connect/token
Flows
authorizationCode
authorizationCode
Scopes (3)
| Scope | Description | Flows |
|---|---|---|
| mcp:tools | Invoke tools exposed by the Persado MCP Gateway. This is Persado's own custom scope and is the single gate on the entire agent surface — a token without it cannot call tools/list or tools/call. | authorizationCode |
| openid | Standard OpenID Connect authentication; returns an ID token identifying the user. | authorizationCode |
| offline_access | Issue a refresh token so an agent session can outlive the access-token lifetime without re-prompting the user. | authorizationCode |