Skip to content
Esc
navigateopen⌘Jpreview
Book a demo

List gyms

GET/v1/gyms
Responses
200Successful response
Array of Gym
idstring
namestring
Request
curl -X GET "https://api.sendhelios.com/v1/gyms"
Response
[
  {
    "id": "string",
    "name": "string"
  }
]