curl --request GET \
--url https://schoolmaker.co/api/v1/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"is_published": true,
"position": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"progression": {
"total_steps": 123,
"total_optional_steps": 123,
"completed_steps": 123,
"completed_optional_steps": 123,
"progression_rate": 123,
"time_spent": "<string>",
"first_viewed_at": "2023-11-07T05:31:56Z",
"last_viewed_at": "2023-11-07T05:31:56Z"
}
}
]
}Retrieves all programs of your school.
curl --request GET \
--url https://schoolmaker.co/api/v1/products \
--header 'Authorization: Bearer <token>'{
"products": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"is_published": true,
"position": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"progression": {
"total_steps": 123,
"total_optional_steps": 123,
"completed_steps": 123,
"completed_optional_steps": 123,
"progression_rate": 123,
"time_spent": "<string>",
"first_viewed_at": "2023-11-07T05:31:56Z",
"last_viewed_at": "2023-11-07T05:31:56Z"
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of programs
Show child attributes
The progression-related elements will only be displayed if you specify a member_id or member_email
Show child attributes
These are steps that are NOT optional
These are steps that are NOT optional