ServiceUp · OAuth Scopes
ServiceUp OAuth Scopes
OAuth 2.0
searched
ServiceUp publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the ServiceUp API on a user’s behalf.
Tokens are issued from https://auth.serviceup.com/api/auth/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.
CompanyFleet ManagementVehicle RepairAutomotiveInsuranceMaintenanceAgentic AIModel Context ProtocolTransportation
Scopes: 3
Flows: authorizationCode
Method: searched
OAuth endpoints
Authorization URL
https://auth.serviceup.com/api/auth/oauth2/authorize
https://auth.serviceup.com/api/auth/oauth2/authorize
Token URL
https://auth.serviceup.com/api/auth/oauth2/token
https://auth.serviceup.com/api/auth/oauth2/token
Flows
authorizationCode
authorizationCode
Scopes (3)
| Scope | Description | Flows |
|---|---|---|
| mcp:read | Read access to the ServiceUp MCP server resource (scope name only; no published description). | authorizationCode |
| mcp:write | Write access to the ServiceUp MCP server resource (scope name only; no published description). | authorizationCode |
| offline_access | Standard OAuth 2.0 offline access scope (RFC 6749 / OIDC Core), requesting a refresh token. Advertised by the authorization server but not listed on the MCP protected-resource metadata. | authorizationCode |