VidMob OAuth Scopes
VidMob publishes 12 OAuth 2.0 scopes via the authorizationCode, refreshToken, and jwtBearer flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the VidMob API on a user’s behalf.
Tokens are issued from https://mcp-auth.vidmob.com/v1/oauth2/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.
OAuth endpoints
https://acs.vidmob.com/oauth/authorize
https://mcp-auth.vidmob.com/v1/oauth2/token
authorizationCoderefreshTokenjwtBearer
Scopes (12)
| Scope | Description | Flows |
|---|---|---|
| scoring:read | View guidelines, criteria, scorecards and scores. Covers GET /v1/scoring/workspace/{workspaceId}/scorecards, GET /v1/scoring/scorecard/{scorecardId}/media-metadata, GET /v1/scoring/media/{mediaId}/scores, GET /v1/media/{mediaId}/status, POST /v1/scoring/criteria/metadata and GET /v1/media/updated-scores. | |
| scoring:read_write | Submit media for scoring (POST /v1/media, and upload reservation on the MCP surface) plus everything scoring:read grants. | |
| aperture:read | Retrieve Creative Tags job status and results — GET /v1/media/aperture/{jobId}. | |
| aperture:read_write | Submit assets for tagging — POST /v1/media/aperture — plus everything aperture:read grants. | |
| organization:read | Workspace and ad-account reference data. A valid key with no specific scope already reaches GET /v1/organization, GET /v1/permission and GET /v1/workspaces. | |
| analytics:read | Media performance and KPI discovery. Exposed on the MCP surface only; no public REST operation. | |
| openid | OIDC subject identity on the MCP authorization server. | authorizationCode |
| profile | authorizationCode | |
| authorizationCode | ||
| phone | authorizationCode | |
| offline_access | Issues a refresh token so an agent stays connected after the one-time interactive sign-in. | authorizationCode, refreshToken |
| full_access | Advertised in the OIDC discovery document's scopes_supported but absent from the RFC 8414 oauth-authorization-server document and undocumented in the help center. | authorizationCode |
📄 Provider scope reference: https://vidmob-api-docs.readme.io/docs/authenticationhttps://help.vidmob.com/en/articles/15461399-vidmob-mcp-security-compliance-overview
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.