GET
/v1/waivers/
curl \
--request GET 'https://api.classmanager.io/v1/waivers/'
Response examples (200)
{
"data": [
{
"id": "wvr_123123123123",
"name": "Refund waiver",
"content": "Potentially some really long content with no HTML tags",
"type": "terms-and-conditions",
"isLocked": true,
"companyId": "co_123123123123",
"archivedAt": "2024-06-12T09:39:49.000000Z",
"createdAt": "2024-06-12T09:39:49.000000Z",
"updatedAt": "2024-06-12T09:39:49.000000Z"
}
],
"pagination": {
"total": 15,
"count": 10,
"perPage": 10,
"currentPage": 1,
"totalPages": 2
}
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}