Skip to main content
POST
/
athlete
/
update-registration-step3
Athlete onboarding - Step 3 (Name)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/athlete/update-registration-step3 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'first_name=<string>' \
  --form 'last_name=<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
first_name
string
last_name
string

Response

Step 3 updated