Skip to main content
POST
Athlete onboarding - Step 5 (Personal Info)

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
dob
string<date>
gender
enum<string>
Available options:
male,
female,
other
us_citizen
enum<string>
Available options:
Y,
N

Response

Step 5 updated