GuidesAPI EndpointsAPI Changelog
Live AI Demo
API Endpoints

⭐ [New] Get Trackings

This endpoint allows you to retrieve the list of trackings.

Query Params
string

The list of actions. Example : `["xxx", "yyy", "zzz"]. The 'action' refers to a unique identifier for a profile or job stage. This can be a specific stage ID within a CRM, ATS, or Job site. Examples of such stages include "view," "apply," "hire," or any other stage relevant to your system.

string
enum
required

Role of the user tracking the profile or the job.

Allowed:
string

The list of the keys of the Sources containing the targeted Profiles. Example : ["xxx", "yyy", "zzz"]

string

The key of Source attached to the given Profile.

string

The Profile's unique identifier.

string

The Profile reference chosen by the customer or an external system. If you use the profile_key you do not need to specify the profile_reference and vice versa.

string

The list of the keys of the Boards containing the targeted Jobs. Example : ["xxx", "yyy", "zzz"]

string

The key of Board attached to the given Job.

string

The Job's unique identifier.

string

The Job reference chosen by the customer or an external system. If you use the job_key you do not need to specify the job_reference and vice versa.

boolean
Defaults to false

Set to True to return the full profile JSON of each rated profile in the array response.

boolean
Defaults to false

Set to True to return the full JSON of the author of each rating in the array response.

string
Defaults to 1

The number of the current results' page.

string
Defaults to 30

The number of results per page

string
Defaults to desc

Order results by asc, or desc.

string
Defaults to scoring

Sort results by scoring or created_at

string

Set a minimum creation date.

string

Set a maximum creation date.

float

Desired geopoint latitude of the profiles.

float

Desired geopoint longitude of the profiles.

int32

Set a radius around the Profiles' location address (in Km).

boolean
Defaults to false

Filter Profiles by their address' geolocation.

boolean
Defaults to false

Filter Profiles by their experiences' geolocation.

boolean
Defaults to false

Filter Profiles by their educations' geolocations.

int32

Set a minimum number of years of experience.

int32

Set a maximum number of years of experience.

int32

Set a minimum number of years of education.

int32

Set a maximum number of years of education.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json