ThetaRay · OAuth Scopes
ThetaRay OAuth Scopes
OAuth 2.0
probed
ThetaRay publishes 4 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the ThetaRay API on a user’s behalf.
Tokens are issued from https://api.thetaray.com/_mcp/oauth2/token-portal.
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.
anti-money-launderingfinancial-crimetransaction-monitoringsanctions-screeningkycregtechrisk-assessmentartificial-intelligencebankingfintechpaymentscompliancemcp
Scopes: 4
Flows: authorizationCode, clientCredentials
Method: probed
OAuth endpoints
Authorization URL
https://api.thetaray.com/_mcp/oauth2/auth
https://api.thetaray.com/_mcp/oauth2/auth
Token URL
https://api.thetaray.com/_mcp/oauth2/token-portal
https://api.thetaray.com/_mcp/oauth2/token-portal
Flows
authorizationCodeclientCredentials
authorizationCodeclientCredentials
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect authentication; issue an ID token for the signed-in portal user. | authorizationCode |
| profile | Access the signed-in user's basic profile claims. | authorizationCode |
| Access the signed-in user's email address claim. | authorizationCode | |
| offline_access | Issue a refresh token so an agent or client can renew access without re-prompting. | authorizationCode |