API Reference

/events

Returns a collection of events. Required scope: r_jobs. Accessible with account tokens and user tokens.

Log in to see full request history

Results

Each event will have the following keys:

keytypedescription
idstringThe id of the event
titlestringThe title of the event
descriptionstringA description of the event
typestringThe type of the event. One of (call, interview & meeting)
starts_atstringThe start of the event
ends_atstringThe end of the event
cancelledbooleanIndicates if the event is cancelled
jobobjectContains the id and the title of the job
membersarrayAn array of the members participating in the event. Each member object contains the id and name of the member as well as the status of their RSVP.
candidateobjectContains the id and the name of the candidate participating in the event
conferenceobjectContains the id the url and the type of the event's conference (if any). Possible values for theconference.type are: google_meet, zoom_meeting and teams_meeting
Query Params
string

Returns events of the provided type. Available types are (call, interview & meeting)

int32
Defaults to 50

Specifies the number of jobs to try and retrieve per page (optional)

string

Returns results with an ID greater than or equal to the specified ID. (optional)

string

Returns results with an ID less than or equal to the specified ID. (optional)

date-time

Returns events that are scheduled for after the specified date

date-time

Returns events that are scheduled for before the specified date

string

Filters events for specified candidate

string

Filters events for specified job shortcode

string

Filters events for specified member

string

Specifies the source of the events fetched (applicable only for user tokens) user: Events the user is attending (default). team: All events that are for candidates in jobs the user is collaborating in. all: All scheduled events in the account for candidates the user has access to.

boolean
Defaults to false

When set true will also include cancelled events

Responses

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