Crossbeam · Authentication Profile

Crossbeam Authentication

Authentication

Crossbeam secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyEcosystem-Led GrowthPartnershipsAccount MappingCo-SellingData CollaborationSales IntelligenceCRMWebhookMCP
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

OAuth2 oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-08-14'
method: searched
source: https://developers.crossbeam.com/
docs:
  - https://developers.crossbeam.com/
  - https://help.crossbeam.com/en/articles/4677142-rest-api
  - https://gitlab.com/crossbeam-public/crossbeam-simple-oauth2
discovery:
  openid_configuration: https://auth.crossbeam.com/.well-known/openid-configuration
  oauth_authorization_server: https://auth.crossbeam.com/.well-known/oauth-authorization-server
  jwks_uri: https://auth.crossbeam.com/.well-known/jwks.json
  probed: '2026-08-14'
  http_status: 200
  artifact: well-known/crossbeam-openid-configuration.json
  note: >-
    Verified live. The authorization server is an Auth0 custom domain. Discovery advertises
    PKCE (S256), a device-authorization endpoint, dynamic client registration, revocation, and
    grant types authorization_code / refresh_token / client_credentials / device_code /
    implicit / password. token_endpoint_auth_methods_supported includes private_key_jwt.
summary:
  types: [oauth2]
  oauth2_flows: [authorizationCode]
  api_key_in: []
  note: >-
    Public Crossbeam Partner API uses standard OAuth 2.0 (three-legged, authorization-code).
    Credentials are created as a Custom Integration app in the Crossbeam UI
    (https://app.crossbeam.com/integrations), which issues a Client ID and Client Secret.
    Positioned for Enterprise customers.
schemes:
  - name: OAuth2
    type: oauth2
    flow: authorizationCode
    authorizationUrl: https://auth.crossbeam.com/authorize?audience=https://api.getcrossbeam.com
    tokenUrl: https://auth.crossbeam.com/oauth/token
    audience: https://api.getcrossbeam.com
    access_token_lifetime: 24h
    refresh: >-
      Request the offline_access scope to receive a refresh token; exchange it at the token
      URL with grant_type=refresh_token for long-running integrations.
    sources: [docs]
required_headers:
  - name: Authorization
    value: 'Bearer <access_token>'
    required: true
  - name: Xbeam-Organization
    value: '<organization-uuid>'
    required: true
    note: >-
      Selects which organization's data to return (a user may belong to multiple orgs).
      Obtain the uuid from GET /v1/users/me (Crossbeam's prose still says /v0.1/users/me, but
      the runnable request in its own collection is /v1). Omitting this header is the most
      common cause of 4xx errors.
mcp_authentication:
  endpoint: https://mcp.crossbeam.com/mcp
  type: oauth2
  discovery:
    protected_resource: https://mcp.crossbeam.com/.well-known/oauth-protected-resource
    authorization_server: https://mcp.crossbeam.com/.well-known/oauth-authorization-server
  probed: '2026-08-14'
  note: >-
    The remote MCP server runs its OWN authorization server (authorize / oauth/token / register
    on mcp.crossbeam.com) with dynamic client registration and PKCE, while validating against
    the same JWKS as the REST API (auth.crossbeam.com/.well-known/jwks.json). Its scope set
    (openid, profile, email, offline_access) is the OIDC baseline — the read:partnerships /
    read:reports / read:populations scopes that gate the REST API are not exposed at the MCP
    authorization layer.
  artifacts:
    - well-known/crossbeam-mcp-oauth-protected-resource.json
    - well-known/crossbeam-mcp-oauth-authorization-server.json

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/crossbeam-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.