Mudflap · OAuth Scopes

Mudflap OAuth Scopes

OAuth 2.0 searched

Mudflap publishes 3 OAuth 2.0 scopes via the authorizationCode and password flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Mudflap API on a user’s behalf.

Tokens are issued from https://api.mudflapinc.com/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.

CompanyFintechFuelTruckingPaymentsFleet ManagementLogisticsFuel Card
Scopes: 3 Flows: authorizationCode, password Method: searched

OAuth endpoints

Authorization URL
https://api.mudflapinc.com/oauth/authorize
Token URL
https://api.mudflapinc.com/oauth/token
Flows
authorizationCodepassword

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an id_token identifying the end user. authorizationCode, password
profile Access to the end user's basic profile claims (name, preferred_username). authorizationCode, password
email Access to the end user's email address claim. authorizationCode, password

Source

OAuth Scopes

mudflap-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.mudflapinc.com/.well-known/oauth-authorization-server
docs: https://api.mudflapinc.com/.well-known/oauth-authorization-server
schemes:
- name: OAuth2
  source: https://api.mudflapinc.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.mudflapinc.com/oauth/authorize
    tokenUrl: https://api.mudflapinc.com/oauth/token
  - flow: password
    tokenUrl: https://api.mudflapinc.com/oauth/token
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an id_token identifying the end user.
  flows:
  - authorizationCode
  - password
  sources:
  - https://api.mudflapinc.com/.well-known/oauth-authorization-server
- scope: profile
  description: Access to the end user's basic profile claims (name, preferred_username).
  flows:
  - authorizationCode
  - password
  sources:
  - https://api.mudflapinc.com/.well-known/oauth-authorization-server
- scope: email
  description: Access to the end user's email address claim.
  flows:
  - authorizationCode
  - password
  sources:
  - https://api.mudflapinc.com/.well-known/oauth-authorization-server