Integrations
Get Org Integrations
Returns a list of Integrations
GET
/
api
/
hris
/
v1
/
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
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page_size
integer
default: 50Number of results to return per page. Maximum size is 100.
Required range:
1 < x < 1000
cursor
string
The pagination cursor value.
Response
200 - application/json
cursor
string | null
requiredCursor value to fetch next set of items
page_size
integer
requiredIndicates the count of items in the response
items
object[] | null
required