Cuvva · Authentication Profile

Cuvva Authentication

Authentication

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

CompanyInsuranceInsurtechCar InsuranceFinancial-ServicesMobileAuthenticationUnited Kingdom
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, refreshToken API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, refreshToken
BearerAccessToken http
scheme: bearer

Source

Authentication Profile

cuvva-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://github.com/cuvva/docs/blob/master/apis/auth.md
docs: https://github.com/cuvva/docs/blob/master/apis/auth.md
summary:
  types: [oauth2]
  oauth2_flows: [authorizationCode, refreshToken]
  token_type: bearer
  notes: >-
    Cuvva runs its own OAuth 2.0 implementation via the service-auth API. Clients
    obtain a short-lived JWT access_token (token_type: bearer) plus a rotating
    refresh_token. The authorization step is delivered by email (authorization
    codes sent to an identifier), which the docs explicitly note is NOT
    OAuth-spec-compliant for the authorization endpoint, though the token endpoint
    follows RFC 6749 section 3.2. Refresh tokens are single-use and rotate on every
    use; reuse revokes the whole chain.
schemes:
  - name: OAuth2
    type: oauth2
    sources: [https://github.com/cuvva/docs/blob/master/apis/auth.md]
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.prod.cuv-prod.app/1/service-auth/2 (send_authorization_code method)
        tokenUrl: https://api.prod.cuv-prod.app/1/service-auth/2 (authenticate method)
        notes: Authorization code delivered by email; not spec-compliant at the authorize endpoint.
      - flow: refreshToken
        tokenUrl: https://api.prod.cuv-prod.app/1/service-auth/2 (authenticate method)
        notes: Refresh tokens are single-use and rotate; the returned refresh_token must be used going forward.
  - name: BearerAccessToken
    type: http
    scheme: bearer
    bearerFormat: JWT
    sources: [https://github.com/cuvva/docs/blob/master/apis/auth.md]
    notes: Downstream services authorize requests with the JWT access_token as a bearer token; the JWT subject must match the user_id for non-internal requests.

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/cuvva-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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