Skip to main content
POST
/
athlete
/
update-registration-step2
Athlete onboarding - Step 2 (Email/Password)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/athlete/update-registration-step2 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form email=jsmith@example.com \
  --form 'password=<string>'

Documentation Index

Fetch the complete documentation index at: https://developer.mogl.online/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
email
string<email>
password
string<password>

Response

Step 2 updated