Skip to content

User Get Athletes

Thomas Plazas edited this page Dec 24, 2021 · 4 revisions

Endpoint:

  • /get/athletes/
  • HTTP Method: GET

Parameters :

  • wants_coach: bool : true if you want to include coach

Example:

Production:
https://www.nolio.io/api/get/athletes/?wants_coach=false

Returns: Athlete’s profile

[{
 "nolio_id": 1,
 "name": "Vincent Luis"
},
{
 "nolio_id": 2,
 "name": "Ugo Ferrari"
}]

Clone this wiki locally