Skip to main content
POST
/
athlete
/
register
Register new athlete
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/athlete/register \
  --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.

Body

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

Response

Athlete registered successfully