Skip to main content
POST
Get external job applicants

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
token
string
required

External job link token (required by middleware)

Example:

"abc123def456"

page
integer | null

Page number (default 1)

Example:

1

limit
integer | null

Items per page, max 100 (default 12)

Example:

12

athlete_id
integer | null

Filter by specific athlete ID

Example:

123

date_filter_range
string | null

Date range filter

Example:

"last_month"

sort_column
string | null

Column to sort by

Example:

"athlete_name"

sort_order
enum<string> | null
Available options:
asc,
desc,
ASC,
DESC
Example:

"DESC"

timezone_diff
number<float> | null

Timezone offset

Example:

-5

filter
object | null

Column-level filters (AG Grid style)

Example:

Response

200

External applicants list