cURL
curl --request POST \ --url https://api.wodup.dev/api/public/gyms \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "email": "info@antarctica-fitness.com", "name": "Antarctica Fitness", "platform_id": "1", "time_zone": "Antarctica/South_Pole", "units": "imperial" }'
{ "email": "info@antarctica-fitness.com", "id": "gym_abc123", "integration_platform_id": "5d568208-31d7-4c0f-93d7-e2ad5d688c8d", "integration_status": "active", "name": "Antarctica Fitness", "time_zone": "Antarctica/South_Pole" }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Gym parameters
POST body for creating a gym
Gym
An organization on WodUp