GET
/
api
/
public
/
gyms
/
{id}
curl --request GET \
  --url https://api.wodup.dev/api/public/gyms/{id} \
  --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.

Path Parameters

id
string
required

ID of gym to retrieve

Response

200 - application/json
Gym

An organization on WodUp

email
string
required

Gym email address

id
integer
required

Gym ID

name
string
required

Gym name

time_zone
string
required

Gym time zone