GET
/
api
/
public
/
gyms
curl --request GET \
  --url https://api.wodup.dev/api/public/gyms \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "email": "info@antarctica-fitness.com",
    "id": "gym_abc123",
    "name": "Antarctica Fitness",
    "time_zone": "Antarctica/South_Pole"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
Gym
email
string
required

Gym email address

id
integer
required

Gym ID

name
string
required

Gym name

time_zone
string
required

Gym time zone