Skip to content

Instantly share code, notes, and snippets.

@ErgEnn
Last active January 30, 2024 12:33
Show Gist options
  • Save ErgEnn/cda668bbf013bd319e36e2b3543ce23c to your computer and use it in GitHub Desktop.
Save ErgEnn/cda668bbf013bd319e36e2b3543ce23c to your computer and use it in GitHub Desktop.
Gym
POST https://goapi2.perfectgym.com/v1/Authorize/LogInWithEmail
content-type: application/json
{
"email": "",
"password": "",
"clientApplicationInfo": {
"type": "WhiteLabel",
"whiteLabelId": "57F56624-35D7-4CD6-9863-24FC974673B8"
}
}
### List clubs
GET https://goapi2.perfectgym.com/v1/Clubs/Clubs
Authorization: Bearer
### List counts
GET https://goapi2.perfectgym.com/v1/Clubs/WhoIsInCount
Authorization: Bearer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment