Mavenlink · Authentication Profile

Mavenlink Authentication

Authentication

Mavenlink secures its APIs with apiKey, oauth2, and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and refreshToken flow(s).

Professional Services AutomationProject ManagementResource ManagementTime TrackingExpense ManagementInvoicingProject AccountingBusiness IntelligenceWorkflow AutomationMCPagent-nativeCompany
Methods: apiKey, oauth2, openIdConnect Schemes: 3 OAuth flows: authorizationCode, clientCredentials, refreshToken API key in: header

Security Schemes

BearerToken apiKey
· in: header (Bearer)
OauthSecurity oauth2
· flows: authorizationCode
KantataOpenIDConnect openIdConnect

Source

Authentication Profile

Raw ↑
generated: '2026-08-25'
method: searched
source: https://developer.kantata.com/ (Authentication section) + https://api.mavenlink.com/.well-known/openid-configuration
docs: https://developer.kantata.com/
notes: >-
  Derived from the Swagger 2.0 securityDefinitions in openapi/mavenlink-openapi.yml, then upgraded from the
  Kantata OX API documentation Authentication section and from the OpenID Connect / OAuth 2.0 discovery documents
  that api.mavenlink.com and app.mavenlink.com serve anonymously (both probed 2026-08-25, HTTP 200).
summary:
  types:
  - apiKey
  - oauth2
  - openIdConnect
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - refreshToken
  primary: OAuth 2.0 authorization-code bearer token
  anonymous_access: false
  registration_required: true
  registration_note: >-
    Applications must be registered by a Kantata OX account administrator at
    https://app.mavenlink.com/oauth/applications, and a paid Kantata OX account is required to register one.
    There is no self-serve developer sandbox.
schemes:
- name: BearerToken
  type: apiKey
  in: header
  parameter: Bearer
  description: >-
    Swagger 2.0 models the bearer token as an apiKey header named "Bearer". In practice the header is
    `Authorization: Bearer <token>` as documented in the API reference; the securityDefinition name is an
    artifact of Swagger 2.0 having no native bearer type.
  sources:
  - openapi/mavenlink-openapi.yml
  - https://developer.kantata.com/
- name: OauthSecurity
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.mavenlink.com/oauth/authorize
    tokenUrl: https://app.mavenlink.com/oauth/token
    scopes: 0
    note: >-
      The spec declares an empty scopes map. The real scope list is published anonymously in the discovery
      documents - see scopes/mavenlink-scopes.yml.
  sources:
  - openapi/mavenlink-openapi.yml
- name: KantataOpenIDConnect
  type: openIdConnect
  openIdConnectUrl: https://api.mavenlink.com/.well-known/openid-configuration
  issuer: https://app.mavenlink.com
  authorization_endpoint: https://api.mavenlink.com/oauth/authorize
  token_endpoint: https://api.mavenlink.com/oauth/token
  revocation_endpoint: https://api.mavenlink.com/oauth/revoke
  introspection_endpoint: https://api.mavenlink.com/oauth/introspect
  userinfo_endpoint: https://api.mavenlink.com/openid/userinfo
  jwks_uri: https://api.mavenlink.com/openid/discovery/keys
  grant_types_supported:
  - authorization_code
  - client_credentials
  - refresh_token
  token_endpoint_auth_methods_supported:
  - client_secret_basic
  - client_secret_post
  id_token_signing_alg_values_supported:
  - RS256
  code_challenge_methods_supported:
  - plain
  - S256
  claims_supported:
  - iss
  - sub
  - aud
  - exp
  - iat
  - email
  - name
  - given_name
  - family_name
  - preferred_username
  - account_id
  - account_name
  sources:
  - well-known/mavenlink-api-openid-configuration.json
  - well-known/mavenlink-app-openid-configuration.json
token_handling:
  expiry: >-
    The API reference states that Kantata OX OAuth access tokens do not expire and must be protected like
    passwords. Revoking the application's access invalidates the token.
  revocation: https://api.mavenlink.com/oauth/revoke
  refresh: refresh_token grant is advertised in the OIDC discovery document
  transport: HTTPS only; the API reference requires all requests be made over SSL
mcp_authorization:
  resource: https://api.mavenlink.com/mcp
  protected_resource_metadata: https://api.mavenlink.com/.well-known/oauth-protected-resource
  authorization_server: https://api.mavenlink.com
  authorization_server_metadata: https://api.mavenlink.com/.well-known/oauth-authorization-server
  bearer_methods_supported:
  - header
  scopes_supported:
  - mcp
  code_challenge_methods_supported:
  - S256
  probe:
    url: https://api.mavenlink.com/mcp
    method: POST tools/list
    http_status: 401
    www_authenticate: >-
      Bearer realm="Doorkeeper", error="invalid_token",
      resource_metadata="https://api.mavenlink.com/.well-known/oauth-protected-resource"
    checked: '2026-08-25'
gaps:
- >-
  The published Swagger 2.0 contract defines two securityDefinitions but applies neither: there is no global
  `security` block and none of the 419 operations carries an operation-level `security` array. A generated client
  reading only the spec would not send an Authorization header, even though every endpoint requires one.
- >-
  The oauth2 securityDefinition declares an empty `scopes` map, so the scope names published in the discovery
  documents (api_only, openid, email, profile, mcp, offline_access) are invisible to spec-driven tooling.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/mavenlink-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.