Salesflare · OAuth Scopes
Salesflare OAuth Scopes
OAuth 2.0
probed
Salesflare publishes 2 OAuth 2.0 scopes via the authorizationCode, implicit, and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Salesflare API on a user’s behalf.
Tokens are issued from https://api.salesflare.com/oidc/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.
CRMSalesB2BContactsAccountOpportunitiesEmailAutomationLead Generation
Scopes: 2
Flows: authorizationCode, implicit, clientCredentials
Method: probed
OAuth endpoints
Authorization URL
https://api.salesflare.com/oidc/auth
https://api.salesflare.com/oidc/auth
Token URL
https://api.salesflare.com/oidc/token
https://api.salesflare.com/oidc/token
Flows
authorizationCodeimplicitclientCredentials
authorizationCodeimplicitclientCredentials
Scopes (2)
| Scope | Description | Flows |
|---|---|---|
| openid | OIDC baseline scope. Issues an ID token identifying the Salesflare user who authorized the client. Claims advertised: sub, sid, auth_time, iss. | authorizationCode, implicit |
| offline_access | Issues a refresh token so the client can keep calling after the access token expires. Required for a persistent MCP connection. | authorizationCode |
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.