Skip to main content
GET
/
api
/
v1
/
lookup
/
integrations
List Integrations
curl --request GET \
  --url https://api.bindbee.dev/api/v1/lookup/integrations \
  --header 'Authorization: Bearer <token>'
{
  "integrations": [
    {
      "slug": "<string>",
      "display_name": "<string>",
      "categories": [
        "HRIS"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
enum<string> | null

Filter to integrations the org has enabled for this category.

Available options:
HRIS,
ATS,
LMS
Example:

"HRIS"

Response

Successful Response

integrations
IntegrationListItem · object[]
required