Skip to main content
GET
Get a program

Authorizations

Authorization
string
header
required

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

Headers

wodup-gym
string

Only used by platform integrations
ID of gym to execute on behalf of

Path Parameters

id
string
required

ID of program to retrieve

Response

200 - application/json

Program

A program at your organization

id
integer
required

Program ID

name
string
required

Program name

status
enum<string>
required

Program status

Available options:
active,
archived
access
enum<string>

Program access

Available options:
all_members,
private
period
enum<string>

Program period

Available options:
continuous,
fixed,
template