Common Room · OAuth Scopes
Common Room OAuth Scopes
OAuth 2.0
probed
Common Room publishes 4 OAuth 2.0 scopes via the authorizationCode, deviceCode, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Common Room API on a user’s behalf.
Tokens are issued from https://login.commonroom.io/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.
Community IntelligenceGo-To-MarketMember SignalsGitHubSlackDiscordLinkedInSales IntelligenceContact ManagementWebhookBuyer IntelligenceMCPAgent ToolingCLISCIMSignal Intelligence
Scopes: 4
Flows: authorizationCode, deviceCode, refreshToken
Method: probed
OAuth endpoints
Authorization URL
https://login.commonroom.io/authorize
https://login.commonroom.io/authorize
Token URL
https://login.commonroom.io/oauth/token
https://login.commonroom.io/oauth/token
Flows
authorizationCodedeviceCoderefreshToken
authorizationCodedeviceCoderefreshToken
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | OIDC sign-in; issues an ID token identifying the Common Room user. | authorizationCode, deviceCode |
| profile | Basic profile claims for the authenticated Common Room user. | authorizationCode, deviceCode |
| Email address of the authenticated Common Room user. | authorizationCode, deviceCode | |
| offline_access | Issues a refresh token so the client can renew access without re-prompting. | authorizationCode, deviceCode |
📄 Provider scope reference: https://www.commonroom.io/docs/using-common-room/mcp-server/