/applicants

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the documentation to use this endpoint as library.

Query Params
string
string
string

The maximum number of applicants to return in a single response. Defaults to 30 and currently may not exceed 2000. Upcoming change: in the coming months this maximum will be reduced to 50. To avoid disruption, request pages of 50 or fewer now and use offset to page through large result sets — requesting a very large page in a single call may time out.

string
string

Filter to include only applicants that were updated before the given date. By using the updated_after and updated_before filters together, entries returned in the response can be filtered by a window of time in which they were most recently updated.
The values provided in the filter must be in one of the following formats:

• Dates in the format of YYYY-MM-DD
    • examples: `2024-10-29`, `2017-09-28`, `2020-01-01`
• Date-times in isoformat, with or without timezone information.
    • If timezone information is excluded, then UTC will be assumed.
    • examples: `2024-10-29T10:00:00`, `2024-10-29T10:00:00Z`, `2024-10-29T10:00:00+00:00`
string

The number of applicants to skip before returning results, used for pagination. Defaults to 0. To page through all applicants, increment offset by limit on each request (e.g. limit=50&offset=0, then limit=50&offset=50, ...) until a page returns fewer than limit results.

string
string

Filter to include only applicants that were updated after the given date. By using the updated_after and updated_before filters together, entries returned in the response can be filtered by a window of time in which they were most recently updated.
The values provided in the filter must be in one of the following formats:

• Dates in the format of YYYY-MM-DD
    • examples: `2024-10-29`, `2017-09-28`, `2020-01-01`
• Date-times in isoformat, with or without timezone information.
    • If timezone information is excluded, then UTC will be assumed.
    • examples: `2024-10-29T10:00:00`, `2024-10-29T10:00:00Z`, `2024-10-29T10:00:00+00:00`
Headers
string
required
Responses

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