GET
/
api
/
hris
/
v1
/
connectors

Overview

This is a demo of how to use the Connectors API to get all connectors for specific category. This guide will help you understand the endpoints available and how to utilize them effectively.

You can also access connectors for different categories using https://api.bindbee.dev/api/{category}/v1/connectors. To retrieve ATS connectors, use: https://api.bindbee.dev/api/ats/v1/connectors

Authorizations

Authorization
string
header
required

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

Query Parameters

connector_token
string

The connector token for the connector

page_size
integer
default:
50

Number 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
required

Cursor value to fetch next set of items

items
object[] | null
required
page_size
integer
required

Indicates the count of items in the response