Crossing Minds · Authentication Profile

Crossing Minds Authentication

Authentication

The Crossing Minds B2B Recommendation API uses short-lived JWT bearer authentication (RFC 6750). Clients log in to obtain a JWT plus a refresh token scoped to a specific account and database, then present the JWT in the Authorization header. When the JWT expires, the refresh token is exchanged for a new JWT (and, when near expiry, a new refresh token) without re-submitting credentials.

Crossing Minds secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyAi MlRecommendationsPersonalizationMachine-LearningRecommender SystemRetrievalE-Commerce
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

crossing-minds-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://docs.api.crossingminds.com/authentication.html
docs: https://docs.api.crossingminds.com/authentication.html
summary:
  types: [http]
  http_scheme: bearer
  bearer_format: JWT
  standards: [RFC6750]
  oauth2_flows: []
  sso: [saml]
description: >-
  The Crossing Minds B2B Recommendation API uses short-lived JWT bearer
  authentication (RFC 6750). Clients log in to obtain a JWT plus a refresh
  token scoped to a specific account and database, then present the JWT in the
  Authorization header. When the JWT expires, the refresh token is exchanged
  for a new JWT (and, when near expiry, a new refresh token) without
  re-submitting credentials.
schemes:
  - name: bearerAuth
    type: http
    scheme: bearer
    bearerFormat: JWT
    header: 'Authorization: Bearer <JWT_TOKEN>'
login_flows:
  - name: individual
    endpoint: POST login/individual/
    credentials: [email, password]
    optional: [db_id, db_name]
  - name: service
    endpoint: POST login/service/
    credentials: [service_name, service_key]
    optional: [db_id, db_name]
    notes: Service accounts may hold multiple keys.
  - name: sso-saml
    endpoint: POST login/sso/saml/sp/
    provider: OKTA
    notes: SAML-based single sign-on.
  - name: frontend-role
    notes: >-
      Login accepts frontend_user_id or frontend_session_id to restrict token
      permissions to a specific end user or anonymous session.
refresh:
  endpoint: POST login/refresh-token/
  returns: A new short-lived JWT, and a new refresh token when the current one is near expiry.

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/crossing-minds-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.