Apply athletes to job
Apply athletes to job
Apply one or more athletes to a job. Requires agreement acceptance. Screening answers are sent as dynamic keys ‘athlete_’ (e.g. athlete_132, athlete_1181) — each is an array of objects with question_id, question, and answer.
POST
Apply athletes to job
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Body
application/json
Job ID to apply to
Example:
1038
Array of athlete user IDs
Example:
[132, 1181]Must be true to proceed
Example:
true
Name used for agreement signing
Example:
"Univ mm"
Dynamic key per athlete (e.g. athlete_132). Array of screening question answers for that athlete.
Example:
[]Will disclose (default Y)
Available options:
Y, N Example:
"Y"
Optional base64 image attachment
Example:
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUg..."