Skip to main content
GET
Get Org Integrations

Overview

This is a demo of how to use the Integrations API to get all active integrations for specific category. This guide will help you understand the endpoints available and how to utilize them effectively.
You can also access integrations for different categories using https://api.bindbee.dev/api/{category}/v1/integrations. To retrieve ATS integrations, use: https://api.bindbee.dev/api/ats/v1/integrations To retrieve LMS integrations, use: https://api.bindbee.dev/api/lms/v1/integrations

Authorizations

Authorization
string
header
required

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

Query Parameters

page_size
integer
default:50

Number of results to return per page. Maximum size is 200.

Required range: 1 <= x <= 200
cursor
string

The pagination cursor value.

Response

Successful Response

cursor
string | null
required

Cursor value to fetch next set of items

Example:

"MDE4YjE4ZWYtYzk5Yy03YTg2LTk5NDYtN2I3YzlkNTQzM2U1"

page_size
integer
required

Indicates the count of items in the response

Example:

50

items
IntegrationResponse · object[]
required

List of items in the current response

Example: