Matomo · OAuth Scopes
Matomo OAuth Scopes
OAuth 2.0
probed
Matomo publishes 3 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 Matomo API on a user’s behalf.
Tokens are issued from https://{matomo_host}/index.php?module=OAuth2&action=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.
AnalyticsWeb AnalyticsOpen-SourcePrivacyData OwnershipSelf-HostedGDPRTag ManagementConversion OptimizationMCP
Scopes: 3
Flows: authorizationCode, clientCredentials, refreshToken
Method: probed
OAuth endpoints
Authorization URL
https://{matomo_host}/index.php?module=OAuth2&action=authorize
https://{matomo_host}/index.php?module=OAuth2&action=authorize
Token URL
https://{matomo_host}/index.php?module=OAuth2&action=token
https://{matomo_host}/index.php?module=OAuth2&action=token
Flows
authorizationCodeclientCredentialsrefreshToken
authorizationCodeclientCredentialsrefreshToken
Scopes (3)
| Scope | Description | Flows |
|---|---|---|
| matomo:read | Read access to Matomo reporting data and configuration the authenticated user can already view. | authorizationCode, clientCredentials, refreshToken |
| matomo:write | Create and update access — the Matomo `write` role tier (segments, goals, tag manager entities, and other configuration the user may change). | authorizationCode, clientCredentials, refreshToken |
| matomo:admin | Administrative access — the Matomo `admin` role tier (site management, user management, instance settings). | authorizationCode, clientCredentials, refreshToken |
📄 Provider scope reference: https://plugins.matomo.org/OAuth2
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.