Bindbee · Authentication Profile

Bindbee Authentication

Authentication

Bindbee authenticates in two layers that are used together, not alternately. The API key identifies the CUSTOMER (and picks the environment); the connector token identifies WHICH OF THEIR END USERS' data is being touched. Only the first is declared in the OpenAPI as a security scheme.

Bindbee secures its APIs with http and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

ATSHR IntegrationHRISWorkforceUnified APIPayrollLMSEmployee DataIntegrations
Methods: http, apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

HTTPBearer http
scheme: bearer · in: header (Authorization)
ConnectorToken apiKey
· in: header (X-Connector-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-09-04'
method: searched
source: >-
  https://docs.bindbee.dev/api-reference/basics/authentication,
  https://docs.bindbee.dev/features/environments/development,
  https://docs.bindbee.dev/features/environments/production, and
  openapi/_original/bindbee-openapi.json
docs: https://docs.bindbee.dev/api-reference/basics/authentication
provider: Bindbee
providerId: bindbee
description: >-
  Bindbee authenticates in two layers that are used together, not alternately. The API key
  identifies the CUSTOMER (and picks the environment); the connector token identifies WHICH OF
  THEIR END USERS' data is being touched. Only the first is declared in the OpenAPI as a security
  scheme.
summary:
  types:
  - http
  - apiKey
  oauth2: false
  openIdConnect: false
  mutualTLS: false
  api_key_in:
  - header
schemes:
- name: HTTPBearer
  type: http
  scheme: bearer
  in: header
  parameter: Authorization
  format: 'Bearer <BINDBEE_API_KEY>'
  scope: organization
  declared_in_spec: true
  applied_to_operations: 144
  description: >-
    The Bindbee API key. Required on every request. Issued and regenerated in the dashboard at
    https://app.bindbee.dev/settings/keys.
  sources:
  - openapi/_original/bindbee-openapi.json
  - https://docs.bindbee.dev/api-reference/basics/authentication
- name: ConnectorToken
  type: apiKey
  in: header
  parameter: X-Connector-Token
  format: '<connector_token>'
  scope: end customer
  declared_in_spec: false
  declared_in_spec_note: >-
    NOT declared as a securityScheme. It appears on operations as an ordinary header parameter, so
    generated clients and security tooling do not treat it as a credential. This is the single
    most consequential gap in the contract's auth description, and
    overlays/bindbee-unified-api-overlay.yaml declares it.
  description: >-
    Per-end-customer token authorizing access to that customer's HR data. Obtained by running the
    Bindbee Embed / Magic Link flow and exchanging the returned temporary_token at
    GET /api/embedded/v1/connectors/connector_token/{temporary_token}. Rate limits are counted
    against this token.
  required_on: >-
    every operation that reads or writes an end user's data. Organization-level operations
    (connector list, custom-field configuration, webhook and log reads, integration lookup) take
    the API key alone.
  sources:
  - https://docs.bindbee.dev/api-reference/basics/authentication
  - https://docs.bindbee.dev/sdk/get-connector-token
environments:
  selection_mechanism: the API key itself
  keys:
  - name: dev_api_key
    environment: Development
    note: Cannot access Production. May be shared within a team for testing, per the provider's docs.
  - name: prod_api_key
    environment: Production
    note: Cannot access Development.
  isolation: >-
    Complete. Keys, connectors and data never cross between environments, and the environment of a
    connector is fixed by whichever key minted its link token.
  rotation: >-
    Regenerating a Production key invalidates the previous key immediately; no overlap or grace
    window is documented.
scopes:
  supported: false
  note: >-
    There are no OAuth scopes and no permission model in the contract. Authorization is
    all-or-nothing per key, narrowed only by which connector token accompanies the request. A
    403 is documented for a connector token used against the wrong API category, or a model whose
    writes are disabled for that integration — the only granularity Bindbee expresses.
failure_modes:
- status: 401
  meaning: Missing or invalid bearer credentials.
  header: WWW-Authenticate challenge returned.
- status: 403
  meaning: >-
    Valid credentials, wrong resource — most often a connector token used on a different API
    category, or a write attempted on a model where writes are disabled.
credential_storage_guidance:
  source: https://docs.bindbee.dev/api-reference/basics/authentication
  note: >-
    Bindbee advises storing the API key securely after creation because it cannot be retrieved
    again — only regenerated.

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