Clozd · OAuth Scopes
Clozd OAuth Scopes
OAuth 2.0
searched
Clozd publishes 5 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Clozd API on a user’s behalf.
Tokens are issued from https://oauth.clozd.com/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.
win-loss-analysiscustomer-feedbackdecision-intelligencesales-intelligencemarket-researchcompetitive-intelligencevoice-of-customerrevenue-intelligencesaasmcpagent-native
Scopes: 5
Flows: authorizationCode, clientCredentials, refreshToken
Method: searched
OAuth endpoints
Authorization URL
https://oauth.clozd.com/authorize
https://oauth.clozd.com/authorize
Token URL
https://oauth.clozd.com/token
https://oauth.clozd.com/token
Flows
authorizationCodeclientCredentialsrefreshToken
authorizationCodeclientCredentialsrefreshToken
Scopes (5)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication — issues an ID token identifying the Clozd user. | authorizationCode |
| profile | Access to the authenticated user's basic profile claims. | authorizationCode |
| Access to the authenticated user's email address claim. | authorizationCode | |
| offline_access | Issues a refresh token so an MCP client can keep the connection alive without re-prompting the user for interactive login. | authorizationCode, refreshToken |
| api | Access to the Clozd API/MCP resource. Single coarse-grained resource scope — the data a token can reach is determined by the user's platform role and the programs an admin has scoped to them, not by the scope string. | authorizationCode, clientCredentials |
📄 Provider scope reference: https://help.clozd.com/hc/en-us/articles/49656607624987-Connecting-to-Clozd-via-MCP