{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.smartwaiver.com"
        }
    ],
    "info": {
        "name": "Smartwaiver API Docs",
        "_postman_id": "f1e1d350-2918-4d30-86d3-821c9b123973",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Api Info",
            "description": "",
            "item": [
                {
                    "name": "Ping",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "ping",
                            "query": [],
                            "raw": "{{baseUrl}}\/ping"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Ping\/Pong Test",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "600"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "599"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "pong",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Version\nApi Version Information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "version",
                            "query": [],
                            "raw": "{{baseUrl}}\/version"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=UTF-8"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "600"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "598"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "5.0.0",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Checkins",
            "description": "",
            "item": [
                {
                    "name": "List checkins for waivers\nList checkins for waivers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/checkins",
                            "query": [
                                {
                                    "key": "checkinId",
                                    "value": "",
                                    "description": "The specific checkin record you would like to get data from.",
                                    "disabled": true
                                },
                                {
                                    "key": "waiverId",
                                    "value": "",
                                    "description": "The specific waiver you would like to get data from. A waiver can have multiple checkins if it has multiple signers",
                                    "disabled": true
                                },
                                {
                                    "key": "fromDts",
                                    "value": "2018-01-01",
                                    "description": "Limit to checkins after this ISO 8601 date (Must not be within the current hour) (If not provided time will default to 00:00:00). Allowed values: Must be in ISO 8601 format",
                                    "disabled": false
                                },
                                {
                                    "key": "toDts",
                                    "value": "2018-01-02",
                                    "description": "End date of checkin report (must be before current hour) (ISO in UTC)",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "",
                                    "description": "Limit to this number of checkins. Default value: 20 Allowed values: 1-100",
                                    "disabled": true
                                },
                                {
                                    "key": "offset",
                                    "value": "",
                                    "description": "Offset to be combined with limit to page results. Default value: 0 Allowed values 0-1000",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/checkins?checkinId=&waiverId=&fromDts=2018-01-01&toDts=2018-01-02&limit=&offset="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"checkins\",\n    \"checkins\": {\n        \"fromDts\": \"2018-01-01\",\n        \"toDts\": \"2018-01-02\",\n        \"moreCheckins\": false,\n        \"checkins\": [\n            {\n                \"checkinId\": 12345,\n                \"date\": \"2018-01-01 12:32:16\",\n                \"waiverId\": \"56461ca244278b412ab3\",\n                \"position\": 0,\n                \"firstName\": \"John\",\n                \"lastName\": \"Doe\",\n                \"isMinor\": false,\n                \"dateSigned\": \"2018-01-02 12:32:16\"\n                \"templateId\": 12345\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Dynamic Waivers",
            "description": "",
            "item": [
                {
                    "name": "Create a dynamic template for your customer to fill out",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/dynamic\/templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/dynamic\/templates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dynamic\":null,\"template\":null,\"data\":null}"
                        },
                        "description": "Use this route to create a dynamic template for your customer to sign. This route is very similar to the functionality provided in our JS library here. We recommend using the JS library to create your dynamic templates.\n### Need your Smartwaiver Published Key?\n<a href=\"https:\/\/app.smartwaiver.com\/user\/api\/published-keys\">Create Your Published Key<\/a>\nYour published key is a token that publicly identifies your account.\nTHIS IS NOT YOUR API KEY.\nNever publish your API Key to your website.\n\n### Versions\n\n- Smartwaiver JS 1.0.0 <a href=\"https:\/\/js-lib.smartwaiver.com\/sw-js-1.0.js\">minified<\/a>\n\n### Example Usage\n\nIt's easy to get started!\nJust simply add our Javscript library to your page and then you can use the Smartwaiver object.\n\n```\n<script src=\"https:\/\/js-lib.smartwaiver.com\/sw-js-1.0.js\"><\/script>\n<script>\n    smartwaiver.templates.dynamic({\n        \"publishedKey\": \"{{env('SMARTWAIVER_PUBLISHED_KEY')}}\",\n        \"mode\": \"redirect\",\n        \"expiration\": 300,\n        .\n        .\n        .\n\n\n\n```\n\n### API Documentation\n\nCreating a dynamic template for your customer to sign is just the first step!\nNext you'll want to request processing of that document and retrieve their information after they have signed it."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"dynamic\",\n    \"dynamic\": {\n        \"url\": \"https:\/\/waiver.smartwaiver.com\/d\/fDopTNTw5Zq8bCQnijBXuf\/\",\n        \"uuid\": \"fDopTNTw5Zq8bCQnijBXuf\",\n        \"expiration\": 300\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 406,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Content-Type must be json\"\n}\n",
                            "name": "Wrong Content Type"
                        }
                    ]
                },
                {
                    "name": "Request processing of a signed dynamic waiver",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/dynamic\/process\/:transactionId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/dynamic\/process\/:transactionId",
                            "variable": [
                                {
                                    "id": "transactionId",
                                    "key": "transactionId",
                                    "value": "TRANSACTION_ID",
                                    "description": "API key for the account. The transaction ID returned via query string param in redirect URL after the customer signs your waiver. See above for more details"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Use this route to request processing of your dynamic waivers. Wondering how you create and submit dynamic waivers. Check out the documentation for our JS library here\n\nTransaction Id Example ->\n```\n\"completion\": {\n\n    \"redirect\": {\n\n        \"success\": \"https:\/\/www.example.org\/?transactionId=[transactionId]&bookingId=123456\",\n\n        \"cancel\": \"https:\/\/www.example.com\"\n\n    }\n\n}\n```\nSee <a href=\"https:\/\/api.smartwaiver.com\/docs\/js\/\">JS Docs<\/a> for data parameters."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"dynamic_process\",\n    \"dynamic_process\": {\n        \"waiverId\": \"HK8L6Yaq2s2Bu8UMcBEo\",\n        \"transactionId\": \"UMcBEoyTvDeizmj94p6\"\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Groups",
            "description": "",
            "item": [
                {
                    "name": "Create Group Reservation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "groups\/store",
                            "query": [],
                            "raw": "{{baseUrl}}\/groups\/store"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"event\":{\"event_date\":\"2024-05-20T20:00:00+00:00\",\"leader\":\"Group 1\",\"name\":\"My Group\",\"description\":\"This is an example Group\"},\"leader\":{\"first_name\":\"John\",\"last_name\":\"Doe\",\"email\":\"example@test.com\"},\"template\":\"ABC123\",\"mailer\":\"smartwaiver\",\"participants\":{\"0\":[],\"first_name\":\"John\",\"last_name\":\"Doe\",\"email\":\"example@test.com\"}}"
                        },
                        "description": "Important Notes about group Reservation Links\n\nOnce the group is created, an `invite_url` will be generated for the group leader only.\nThis invite URL should be sent in the leader\u2019s confirmation email (either by Smartwaiver if `mailer=smartwaiver`, or by your system if `mailer=thirdparty`).\nThe leader can use this link to access their Group Leader Dashboard, where they can manage the group, view details,\nand add participants. Additional participants are not invited directly via this endpoint.\n\nThe `group_management` link returned in the response provides the group leader with a direct login URL to manage their group.\n\nYou may also include participant data along with the request. This is a list of additional users who are a part of the group. If none are provided then\nusers can be set in the Group Reservation Dashboard. If users are provided using the API method then they will not be modifiable. This is to prevent data\nconflicts between integrations"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  {\n      \"data\": {\n          \"template\": \"ABC123\",\n          \"mailer\": \"smartwaiver\",\n          \"event\": {\n              \"event_date\": \"2024-05-20T20:00:00+00:00\",\n              \"leader\": \"Group 1\",\n              \"name\": \"My Group\",\n              \"description\": \"This is an example Group\"\n          },\n          \"leader\": {\n              \"first_name\": \"John\",\n              \"last_name\": \"Doe\",\n              \"email\": \"example@test.com\"\n          },\n          \"user\": 12345,\n          \"invite_urls\": [\n              {\n                  \"invite_url\": \"https:\/\/waiver.smartwaiver.com\/g\/ABC123\/DEF-456\/IJK-789\",\n                  \"recipient\": \"example@test.com\"\n              }\n          ],\n          \"group_management\": \"https:\/\/app.smartwaiver.com\/login\/group?nonce=ABC-123-DEF-456-789\"\n      }\n  }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Keys",
            "description": "",
            "item": [
                {
                    "name": "List Published Keys\nList your published keys",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/keys\/published",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/keys\/published"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\" : 4,\n    \"id\" : \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\" : \"2024-05-20T20:09:53+00:00\",\n    \"type\" : \"published_keys\",\n    \"published_keys\" : {\n        \"keys\" : [\n            {\n                \"createdAt\": \"2024-05-20T20:09:53+00:00\",\n                \"key\" : \"SPoyAc7mNHK8L6Yaq2s2Bu8UMcBEoyTvDeizmj94p6\",\n                \"label\" : \"demo\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Published Key\nCreate a new published key",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/keys\/published",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/keys\/published"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"label\":\"demo\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"published_keys\",\n    \"published_keys\": {\n        \"newKey\": {\n            \"createdAt\": \"2024-05-20T20:09:53+00:00\",\n            \"key\": \"SPoyAc7mNHK8L6Yaq2s2Bu8UMcBEoyTvDeizmj94p6\",\n            \"label\": \"demo\"\n        },\n        \"keys\": [\n            {\n                \"createdAt\": \"2024-05-20T20:09:53+00:00\",\n                \"key\": \"SPoyAc7mNHK8L6Yaq2s2Bu8UMcBEoyTvDeizmj94p6\",\n                \"label\": \"demo\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 406,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Content-Type must be json\"\n}\n",
                            "name": "Wrong Content Type"
                        },
                        {
                            "header": [],
                            "code": 406,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Label is already in use. Please choose another label.\"\n}\n",
                            "name": "Conflict Error"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Prefill",
            "description": "",
            "item": [
                {
                    "name": "Prefill a waiver template\nPrefill a waiver template",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/templates\/:templateId\/prefill",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/templates\/:templateId\/prefill",
                            "variable": [
                                {
                                    "id": "templateId",
                                    "key": "templateId",
                                    "value": "9yskfhh4d9xkirqwgkux2b",
                                    "description": "Unique ID of waiver template"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expiration\":30000,\"lockdownPrefill\":false,\"adult\":false,\"participants\":[{\"firstName\":\"John\",\"lastName\":\"Doe\",\"phone\":\"555-555-5555\",\"dob\":\"2018-03-03\",\"customFields\":{\"aNk49uHsNjSezQbNVejRTr\":\"Per Person Prefill Data\"}}],\"guardian\":{\"firstName\":\"Jacob\",\"lastName\":\"Doe\",\"dob\":\"1999-03-03\",\"customFields\":{\"aNk49uHsNjSezQbNVejRTr\":\"Guardian Prefill Data\"}},\"addressLineOne\":\"123 Sesame Street\",\"addressCity\":\"Ocean City\",\"addressState\":\"NJ\",\"addressZip\":\"12345\",\"email\":\"example@test.com\",\"customWaiverFields\":{\"fLX6DN4mWThQQoY5sKStDo\":\"Per Waiver Prefill Data\"}}"
                        },
                        "description": "Note: The Lockdown prefill endpoint"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"prefill\",\n    \"prefill\": {\n        \"uuid\": \"a0256461ca244278b4\",\n        \"expiration\": 30000,\n        \"url\": \"https:\/\/waiver.smartwaiver.com\/p\/a0256461ca244278b4\/\"\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                }
            ]
        },
        {
            "name": "SMS",
            "description": "",
            "item": [
                {
                    "name": "Send SMS\nThis API is rate limited by day for security purposes and to prevent spam. By default, the rate limit allows only a few SMS messages to be sent per day. You can request an increase by contacting our support team.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/sms",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/sms"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"templateId\":\"TEMPLATE_ID\",\"number\":0}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"f3f29234b1e34e2ab9122c309c9e0e47\",\n    \"ts\": \"2023-10-11T19:35:10+00:00\",\n    \"type\": \"sms\",\n    \"sms\": {\n        \"id\": \"SM449100294d129ca4a377f3f217f89d5e\",\n        \"phone\": \"+1 555-555-5555\",\n        \"template\": {\n            \"uuid\": \"ckbtnsjnje122vbtms2mt\",\n            \"title\": \"Test Example\"\n        },\n        \"status\": 1,\n        \"date\": \"2023-10-11 19:35:11\"\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Search",
            "description": "",
            "item": [
                {
                    "name": "Request a search for signed waivers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/search",
                            "query": [
                                {
                                    "key": "templateId",
                                    "value": "6jebdfxzvrdkd",
                                    "description": "Limit to waivers of the given waiver template ID.",
                                    "disabled": false
                                },
                                {
                                    "key": "fromDts",
                                    "value": "",
                                    "description": "Limit to waivers after this ISO 8601 date. Allowed values: `Must be in ISO 8601 format`",
                                    "disabled": true
                                },
                                {
                                    "key": "toDts",
                                    "value": "",
                                    "description": "Limit to waivers before this ISO 8601 date. Allowed values: `Must be in ISO 8601 format`",
                                    "disabled": true
                                },
                                {
                                    "key": "firstName",
                                    "value": "",
                                    "description": "Limit to waivers with any participant having this for a first name (Case Insensitive).",
                                    "disabled": true
                                },
                                {
                                    "key": "lastName",
                                    "value": "",
                                    "description": "Limit to waivers with any participant having this for a last name (Case Insensitive).",
                                    "disabled": true
                                },
                                {
                                    "key": "email",
                                    "value": "",
                                    "description": "Limit to waivers with any participant having this email address.",
                                    "disabled": true
                                },
                                {
                                    "key": "verified",
                                    "value": "",
                                    "description": "Limit selection to waiver that have been verified or not. Allowed values: true, false.",
                                    "disabled": true
                                },
                                {
                                    "key": "sort",
                                    "value": "",
                                    "description": "Return search results in descending (latest first) or ascending (earliest first) order. Default value: desc. Allowed values: desc, asc",
                                    "disabled": true
                                },
                                {
                                    "key": "tag",
                                    "value": "",
                                    "description": "Limit to waivers with a participant having this as their primary tag",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/search?templateId=6jebdfxzvrdkd&fromDts=&toDts=&firstName=&lastName=&email=&verified=&sort=&tag="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This search route will conduct a synchronous search and then return a GUID that can be used to access all results from the search. If the search returns zero results a valid GUID will be returned but since no pages exist for that GUID all requests for results will return an error.\nIf the search result set is large the request can take up to several seconds, so make sure your timeouts are set correctly.\nNote: The returned search GUID will expire after 12 hours.\n\nNote: The search is currently limited to `30,000` results.\n\nNote: This request is not included in the normal 100 request per minute limit, but is instead limited to 5 requests per minute by itself."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\" : 4,\n    \"id\" : \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\" : \"2017-01-24T11:14:25+00:00\",\n    \"type\" : \"search\",\n    \"search\" : {\n        \"guid\": \"6jebdfxzvrdkd\",\n        \"count\": 652,\n        \"pages\": 7,\n        \"pageSize\": 100\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        }
                    ]
                },
                {
                    "name": "Retrieve a page of search results",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/search\/:guid\/results",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "",
                                    "description": "Which page of the search results you want to return. Note: pages use a zero-based index",
                                    "disabled": false
                                },
                                {
                                    "key": "pdf",
                                    "value": "",
                                    "description": "Include Base 64 encoded PDF of signed waiver Default value: false Allowed values: true, false",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/search\/:guid\/results?page=&pdf=",
                            "variable": [
                                {
                                    "id": "guid",
                                    "key": "guid",
                                    "value": "6jebdfxzvrdkd",
                                    "description": "The guid of the search results returned from the search request."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Use this route to retrieve each page of the search results from the above route. If a page outside the results is requested a 402 error will be returned with an appropriate message.\n\nNote: The GUID from the search route will expire after 12 hours.\n\n\nNote: *The pagination uses a zero-based index.* So to query all results start with ?page=0\n\nNote: This request can be quite slow to retrieve the page. However, due to our caching mechanism, subsequent requests for the same page will be significantly faster."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2017-01-24T11:14:25+00:00\",\n    \"type\": \"search_results\",\n    \"search_results\":\n    [\n        {\n            \"waiverId\": \"6jebdfxzvrdkd\",\n            \"templateId\": \"sprswrvh2keeh\",\n            \"title\": \"Smartwaiver Demo Waiver\",\n            \"createdOn\": \"2017-01-24 13:12:29\",\n            \"expirationDate\": \"\",\n            \"expired\": false,\n            \"verified\": true,\n            \"kiosk\": true,\n            \"firstName\": \"Kyle\",\n            \"middleName\": \"\",\n            \"lastName\": \"Smith II\",\n            \"dob\": \"2008-12-25\",\n            \"autoTag\": \"\",\n            \"clientIP\": \"192.0.2.0\",\n            \"email\": \"example@smartwaiver.com\",\n            \"marketingAllowed\": false,\n            \"addressLineOne\": \"626 NW Arizona Ave.\",\n            \"addressLineTwo\": \"Suite 2\",\n            \"addressCity\": \"Bend\",\n            \"addressState\": \"OR\",\n            \"addressZip\": \"97703\",\n            \"addressCountry\": \"US\",\n            \"emergencyContactName\": \"Mary Smith\",\n            \"emergencyContactPhone\": \"111-111-1111\",\n            \"insuranceCarrier\": \"My Insurance\",\n            \"insurancePolicyNumber\": \"1234567\",\n            \"driversLicenseNumber\": \"9876543\",\n            \"driversLicenseState\": \"OR\",\n            \"tags\":\n            [\n                \"Green Team\"\n            ],\n            \"flags\":\n            [\n                {\n                    \"displayText\": \"Have you received our orientation?\",\n                    \"reason\": \"was not selected\"\n                }\n            ],\n            \"participants\":\n            [\n                {\n                    \"firstName\": \"Kyle\",\n                    \"middleName\": \"\",\n                    \"lastName\": \"Smith II\",\n                    \"dob\": \"2008-12-25\",\n                    \"isMinor\": true,\n                    \"gender\": \"Male\",\n                    \"phone\": \"\",\n                    \"tags\":\n                    [\n                        \"YES\"\n                    ],\n                    \"customParticipantFields\":\n                    {\n                        \"bk3xydss4e9dy\":\n                        {\n                            \"value\": \"YES\",\n                            \"displayText\": \"Is this participant ready to have fun?\"\n                        }\n                    },\n                    \"flags\":\n                    [\n                        {\n                            \"displayText\": \"Are you excited?\",\n                            \"reason\": \"was not selected\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf\": \"Base64 Encoded PDF\",\n            \"photos\": 1,\n            \"guardian\":\n            {\n                \"firstName\": \"Kyle\",\n                \"middleName\": \"\",\n                \"lastName\": \"Smith I\",\n                \"phone\": \"555-555-5555\",\n                \"dob\": \"1970-12-25\"\n            },\n            \"customWaiverFields\":\n            {\n                \"ha5bs1jy5wdop\":\n                {\n                    \"value\": \"A friend\",\n                    \"displayText\": \"How did you hear about Smartwaiver?\"\n                }\n            }\n        }\n    ]\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Templates",
            "description": "",
            "item": [
                {
                    "name": "List waiver templates\nList waiver templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/templates",
                            "query": [
                                {
                                    "key": "customFields",
                                    "value": "",
                                    "description": "Include custom field data in the response Default value: false Allowed values: true, false.",
                                    "disabled": true
                                },
                                {
                                    "key": "published",
                                    "value": "",
                                    "description": "Limit to only published waivers. Default value: false Allowed values: true, false.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/templates?customFields=&published="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"templates\",\n    \"templates\": [\n        {\n            \"templateId\": \"sprswrvh2keeh\",\n            \"title\": \"Demo Waiver\",\n            \"publishedVersion\": 78015,\n            \"publishedOn\": \"2016-11-02T21:18:38+00:00\",\n            \"webUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/web\/\",\n            \"kioskUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/kiosk\/\",\n            \"vanityUrls\": [\n                \"https:\/\/waiver.smartwaiver.com\/v\/foo\/\",\n                \"https:\/\/waiver.smartwaiver.com\/v\/bar\/\"\n            ],\n            \"webhook\": {\n                \"endpoint\": \"https:\/\/www.example.org\/foo\/\",\n                \"emailValidationRequired\": \"yes\"\n            }\n        }\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"templates\",\n    \"templates\": [\n        {\n            \"templateId\": \"sprswrvh2keeh\",\n            \"title\": \"Demo Waiver\",\n            \"publishedVersion\": 78015,\n            \"publishedOn\": \"2016-11-02T21:18:38+00:00\",\n            \"webUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/web\/\",\n            \"kioskUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/kiosk\/\",\n            \"vanityUrls\": [\n                \"https:\/\/waiver.smartwaiver.com\/v\/foo\/\",\n                \"https:\/\/waiver.smartwaiver.com\/v\/bar\/\"\n            ],\n            \"webhook\": {\n                \"endpoint\": \"https:\/\/www.example.org\/foo\/\",\n                \"emailValidationRequired\": \"yes\"\n            },\n            \"customFields\": [{\n                \"guid\": \"5RT5Zfn4yjLFrcvgSyZQnX\",\n                \"fieldType\": \"textbox\",\n                \"type\": \"string\",\n                \"label\": \"The Texbox\"\n            }],\n            \"customParticipantFields\": [{\n                \"guid\": \"adztfQsYTPmQhLR1cTcJyZ\",\n                \"fieldType\": \"optionlist\",\n                \"type\": \"array\",\n                \"label\": \"The Checkboxes\"\n            }]\n        }\n    ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retrieve a waiver template\nRetrieve a waiver template",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/templates\/:templateId",
                            "query": [
                                {
                                    "key": "customFields",
                                    "value": "",
                                    "description": "Include custom field data in the response Default value: false Allowed values: true, false.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/templates\/:templateId?customFields=",
                            "variable": [
                                {
                                    "id": "templateId",
                                    "key": "templateId",
                                    "value": "TEMPLATE_ID",
                                    "description": "Unique ID of waiver template"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"template\",\n    \"template\": {\n        \"templateId\": \"sprswrvh2keeh\",\n        \"title\": \"Demo Waiver\",\n        \"publishedVersion\": 78015,\n        \"publishedOn\": \"2016-11-02T21:18:38Z\",\n        \"webUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/web\/\",\n        \"kioskUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/kiosk\/\",\n        \"vanityUrls\": [\n            \"https:\/\/waiver.smartwaiver.com\/v\/foo\/\",\n            \"https:\/\/waiver.smartwaiver.com\/v\/bar\/\"\n        ],\n        \"webhook\": {\n            \"endpoint\": \"https:\/\/www.example.org\/foo\/\",\n            \"emailValidationRequired\": \"yes\"\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"template\",\n    \"template\": {\n        \"templateId\": \"sprswrvh2keeh\",\n        \"title\": \"Demo Waiver\",\n        \"publishedVersion\": 78015,\n        \"publishedOn\": \"2016-11-02T21:18:38Z\",\n        \"webUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/web\/\",\n        \"kioskUrl\": \"https:\/\/waiver.smartwaiver.com\/w\/sprswrvh2keeh\/kiosk\/\",\n        \"vanityUrls\": [\n            \"https:\/\/waiver.smartwaiver.com\/v\/foo\/\",\n            \"https:\/\/waiver.smartwaiver.com\/v\/bar\/\"\n        ],\n        \"webhook\": {\n            \"endpoint\": \"https:\/\/www.example.org\/foo\/\",\n            \"emailValidationRequired\": \"yes\"\n        },\n        \"customFields\": [{\n            \"guid\": \"5RT5Zfn4yjLFrcvgSyZQnX\",\n            \"fieldType\": \"textbox\",\n            \"type\": \"string\",\n            \"label\": \"The Texbox\"\n        }],\n        \"customParticipantFields\": [{\n            \"guid\": \"adztfQsYTPmQhLR1cTcJyZ\",\n            \"fieldType\": \"optionlist\",\n            \"type\": \"array\",\n            \"label\": \"The Checkboxes\"\n        }]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        }
                    ]
                }
            ]
        },
        {
            "name": "User",
            "description": "",
            "item": [
                {
                    "name": "Get User Basic Info",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/info",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/info"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Lists the users basic info."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"info\",\n    \"info\": {\n        \"username\": \"example\",\n        \"email\": \"Demo Waiver\",\n        \"signupDate\": \"2016-11-02\",\n        \"ipAddress\": \"127.0.0.1\",\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List User Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Lists the user settings."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "600"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "597"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"version\":4,\"id\":\"0aac0cc00c894793bc794481d15d3fb6\",\"ts\":\"2026-03-16T17:44:16+00:00\",\"type\":\"auth_error\",\"message\":\"Unauthorized\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Api Key Label",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Gets the api key label of the current user."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "600"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "596"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"version\":4,\"id\":\"b124db9e106444f88bc505f70cfc47dc\",\"ts\":\"2026-03-16T17:44:16+00:00\",\"type\":\"auth_error\",\"message\":\"Unauthorized\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Waivers",
            "description": "",
            "item": [
                {
                    "name": "List Signed Waivers\nList Signed Waivers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/waivers",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "5",
                                    "description": "Max number of waivers to return Default value: 20 Allowed values: 1-300.",
                                    "disabled": false
                                },
                                {
                                    "key": "offset",
                                    "value": "12",
                                    "description": "How many pages to paginate through. Based on the limit. So if limit is 300. Offsets to Waivers 301 - 600 Default value: 0",
                                    "disabled": false
                                },
                                {
                                    "key": "verified",
                                    "value": "",
                                    "description": "Limit selection to waiver that have been verified or not Allowed values: true, false.",
                                    "disabled": true
                                },
                                {
                                    "key": "eventData",
                                    "value": "",
                                    "description": "Include event data in the response Default value: false Allowed values: true, false.",
                                    "disabled": true
                                },
                                {
                                    "key": "templateId",
                                    "value": "",
                                    "description": "Limit selection to signed waivers of the given template ID",
                                    "disabled": true
                                },
                                {
                                    "key": "prefillId",
                                    "value": "",
                                    "description": "Limit selection to signed waivers of the given prefill ID",
                                    "disabled": true
                                },
                                {
                                    "key": "fromDts",
                                    "value": "",
                                    "description": "Limit to checkins after this ISO 8601 date (Must not be within the current hour) (If not provided time will default to 00:00:00). Allowed values: Must be in ISO 8601 format",
                                    "disabled": true
                                },
                                {
                                    "key": "toDts",
                                    "value": "",
                                    "description": "End date of checkin report (must be before current hour) (ISO in UTC)",
                                    "disabled": true
                                },
                                {
                                    "key": "firstName",
                                    "value": "",
                                    "description": "Limit to waivers with a participant having this First Name (Case Insensitive)",
                                    "disabled": true
                                },
                                {
                                    "key": "lastName",
                                    "value": "",
                                    "description": "Limit to waivers with a participant having this Last Name (Case Insensitive)",
                                    "disabled": true
                                },
                                {
                                    "key": "tag",
                                    "value": "",
                                    "description": "Limit to waivers with a participant having this as their primary tag",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/waivers?limit=5&offset=12&verified=&eventData=&templateId=&prefillId=&fromDts=&toDts=&firstName=&lastName=&tag="
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"waivers\",\n    \"waivers\": [\n        {\n            \"waiverId\": \"6jebdfxzvrdkd\",\n            \"templateId\": \"sprswrvh2keeh\",\n            \"title\": \"Demo Waiver\",\n            \"createdOn\": \"2017-01-24 13:12:29\",\n            \"expirationDate\": \"\",\n            \"expired\": false,\n            \"verified\": true,\n            \"kiosk\": true,\n            \"firstName\": \"Kyle\",\n            \"middleName\": \"\",\n            \"lastName\": \"Smith II\",\n            \"dob\": \"2008-12-25\",\n            \"isMinor\": true,\n            \"autoTag\": \"\",\n            \"tags\": [\n                \"Green Team\"\n            ],\n            \"flags\": [\n                {\n                    \"displayText\": \"Have you received our orientation?\",\n                    \"reason\": \"was not selected\"\n                }\n            ],\n            \"events\": [{\n                \"eventUuid\": \"5RT5Zfn4yjLFrcvgSyZQnX\",\n                \"name\": \"Event Name\",\n                \"startDate\": \"2025-01-26 00:00:00\",\n                \"endDate\": \"2025-01-30 00:00:00\"\n            }]\n        }\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        }
                    ]
                },
                {
                    "name": "Retrieve a signed waiver\nRetrieve a signed waiver",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/waivers\/:waiverId",
                            "query": [
                                {
                                    "key": "pdf",
                                    "value": "false",
                                    "description": "Include Base 64 encoded PDF of signed waiver Default value: false Allowed values: true, false.",
                                    "disabled": false
                                },
                                {
                                    "key": "eventData",
                                    "value": "",
                                    "description": "Include event data in the response Default value: false Allowed values: true, false.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/waivers\/:waiverId?pdf=false&eventData=",
                            "variable": [
                                {
                                    "id": "waiverId",
                                    "key": "waiverId",
                                    "value": "WAIVER_ID",
                                    "description": "Unique ID of signed waiver."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2017-01-24T11:14:25+00:00\",\n    \"type\": \"waiver\",\n    \"waiver\":\n    {\n        \"waiverId\": \"6jebdfxzvrdkd\",\n        \"templateId\": \"sprswrvh2keeh\",\n        \"title\": \"Smartwaiver Demo Waiver\",\n        \"createdOn\": \"2017-01-24 13:12:29\",\n        \"expirationDate\": \"\",\n        \"expired\": false,\n        \"verified\": true,\n        \"kiosk\": true,\n        \"firstName\": \"Kyle\",\n        \"middleName\": \"\",\n        \"lastName\": \"Smith II\",\n        \"dob\": \"2008-12-25\",\n        \"autoTag\": \"\",\n        \"clientIP\": \"192.0.2.0\",\n        \"email\": \"example@smartwaiver.com\",\n        \"marketingAllowed\": false,\n        \"addressLineOne\": \"626 NW Arizona Ave.\",\n        \"addressLineTwo\": \"Suite 2\",\n        \"addressCity\": \"Bend\",\n        \"addressState\": \"OR\",\n        \"addressZip\": \"97703\",\n        \"addressCountry\": \"US\",\n        \"emergencyContactName\": \"Mary Smith\",\n        \"emergencyContactPhone\": \"111-111-1111\",\n        \"insuranceCarrier\": \"My Insurance\",\n        \"insurancePolicyNumber\": \"1234567\",\n        \"driversLicenseNumber\": \"9876543\",\n        \"driversLicenseState\": \"OR\",\n        \"tags\":\n        [\n            \"Green Team\"\n        ],\n        \"flags\":\n        [\n            {\n                \"displayText\": \"Have you received our orientation?\",\n                \"reason\": \"was not selected\"\n            }\n        ],\n        \"participants\":\n        [\n            {\n                \"firstName\": \"Kyle\",\n                \"middleName\": \"\",\n                \"lastName\": \"Smith II\",\n                \"dob\": \"2008-12-25\",\n                \"isMinor\": true,\n                \"gender\": \"Male\",\n                \"phone\": \"\",\n                \"tags\":\n                [\n                    \"YES\"\n                ],\n                \"customParticipantFields\":\n                {\n                    \"bk3xydss4e9dy\":\n                    {\n                        \"value\": \"YES\",\n                        \"displayText\": \"Is this participant ready to have fun?\"\n                    }\n                },\n                \"flags\":\n                [\n                    {\n                        \"displayText\": \"Are you excited?\",\n                        \"reason\": \"was not selected\"\n                    }\n                ]\n            }\n        ],\n        \"events\": [{\n            \"eventUuid\": \"5RT5Zfn4yjLFrcvgSyZQnX\",\n            \"name\": \"textbox\",\n            \"startDate\": \"2025-01-26 00:00:00\",\n            \"endDate\": \"2025-01-30 00:00:00\"\n        }],\n        \"pdf\": \"Base64 Encoded PDF\",\n        \"photos\": 1,\n        \"guardian\":\n        {\n            \"firstName\": \"Kyle\",\n            \"middleName\": \"\",\n            \"lastName\": \"Smith I\",\n            \"phone\": \"555-555-5555\",\n            \"relationship\": \"Father\",\n            \"dob\": \"1970-12-25\"\n        },\n        \"customWaiverFields\":\n        {\n            \"ha5bs1jy5wdop\":\n            {\n                \"value\": \"A friend\",\n                \"displayText\": \"How did you hear about Smartwaiver?\"\n            }\n        },\n        \"typedSignatures\":\n        {\n            \"participants\":\n            [],\n            \"guardian\":\n            [],\n            \"bodySignatures\":\n            [],\n            \"bodyInitials\":\n            []\n        }\n    }\n}\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                },
                {
                    "name": "Retrieve files uploaded with a waiver\nRetrieve files uploaded with a waiver",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/waivers\/:waiverId\/files",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/waivers\/:waiverId\/files",
                            "variable": [
                                {
                                    "id": "waiverId",
                                    "key": "waiverId",
                                    "value": "WAIVER_ID",
                                    "description": "Unique ID of signed waiver."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"files\",\n    \"files\": {\n        \"waiverId\": \"6jebdfxzvrdkd\",\n        \"templateId\": \"sprswrvh2keeh\",\n        \"title\": \"Smartwaiver Demo Waiver\",\n        \"createdOn\": \"2017-01-24 13:12:29\",\n        \"files\": [\n            {\n                \"type\": \"kiosk\",\n                \"date\": \"2017-01-01 00:00:00\",\n                \"tag\": \"IP: 192.168.2.0\",\n                \"fileType\": \"jpg\",\n                \"fileId\": \"CwLeDjffgDoGHua\",\n                \"file\": \"BASE64 ENCODED FILE\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                },
                {
                    "name": "Retrieve photos for a waiver\nRetrieve photos for a waiver",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/waivers\/:waiverId\/photos",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/waivers\/:waiverId\/photos",
                            "variable": [
                                {
                                    "id": "waiverId",
                                    "key": "waiverId",
                                    "value": "WAIVER_ID",
                                    "description": "Unique ID of signed waiver."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"photos\",\n    \"photos\": {\n        \"waiverId\": \"6jebdfxzvrdkd\",\n        \"templateId\": \"sprswrvh2keeh\",\n        \"title\": \"Smartwaiver Demo Waiver\",\n        \"createdOn\": \"2017-01-24 13:12:29\",\n        \"photos\": [\n            {\n                \"type\": \"kiosk\",\n                \"date\": \"2017-01-01 00:00:00\",\n                \"tag\": \"IP: 192.168.2.0\",\n                \"fileType\": \"jpg\",\n                \"photoId\": \"CwLeDjffgDoGHua\",\n                \"photo\": \"BASE64 ENCODED FILE\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                },
                {
                    "name": "Retrieve signatures for a waiver\nRetrieve signatures for a waiver",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/waivers\/:waiverId\/signatures",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/waivers\/:waiverId\/signatures",
                            "variable": [
                                {
                                    "id": "waiverId",
                                    "key": "waiverId",
                                    "value": "WAIVER_ID",
                                    "description": "Unique ID of signed waiver."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"signatures\",\n    \"signatures\": {\n        \"waiverId\": \"6jebdfxzvrdkd\",\n        \"templateId\": \"sprswrvh2keeh\",\n        \"title\": \"Smartwaiver Demo Waiver\",\n        \"createdOn\": \"2017-01-24 13:12:29\",\n        \"signatures\": {\n            \"participants\": [\n                \"BASE64 ENCODED IMAGE STRING\"\n            ],\n            \"guardian\": [\n                \"BASE64 ENCODED IMAGE STRING\"\n            ],\n            \"bodySignatures\": [\n                \"BASE64 ENCODED IMAGE STRING\"\n            ],\n            \"bodyInitials\": [\n                \"BASE64 ENCODED IMAGE STRING\"\n            ]\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Webhook Queues",
            "description": "",
            "item": [
                {
                    "name": "Retrieve queue information\nRetrieve queue information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/queues",
                            "query": [
                                {
                                    "key": "delete",
                                    "value": "",
                                    "description": "Delete the message when it is retrieved Default value: false Allowed values: true, false",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/queues?delete=",
                            "variable": [
                                {
                                    "id": "templateId",
                                    "key": "templateId",
                                    "value": "TEMPLATE_ID",
                                    "description": "Unique ID of waiver template queue to delete the message from"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"api_webhook_all_queue_message_count\",\n    \"api_webhook_all_queue_message_count\": {\n        \"account\": {\n            \"messagesTotal\": 2,\n            \"messagesNotVisible\": 0,\n            \"messagesDelayed\": 0\n        },\n        \"template-4fc7d12601941\": {\n            \"messagesTotal\": 4,\n            \"messagesNotVisible\": 2,\n            \"messagesDelayed\": 0\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        },
                        {
                            "header": [],
                            "code": 502,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Failed to delete\"\n}\n",
                            "name": "Bad Gateway"
                        }
                    ]
                },
                {
                    "name": "Retrieve account message\nRetrieve account message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/queues\/account",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/queues\/account"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"api_webhook_account_message_get\",\n    \"api_webhook_account_message_get\": {\n        \"messageId\": \"9d58e8fc-6353-4ceb-b0a3-5412f3d05e28\",\n        \"payload\": {\n            \"unique_id\": \"\",\n            \"event\": \"new-waiver\"\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 502,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Failed to delete\"\n}\n",
                            "name": "Bad Gateway"
                        }
                    ]
                },
                {
                    "name": "Retrieve template message\nRetrieve template message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/queues\/template\/:templateId",
                            "query": [
                                {
                                    "key": "delete",
                                    "value": "",
                                    "description": "Delete the message when it is retrieved Default value: false Allowed values: true, false",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/queues\/template\/:templateId?delete=",
                            "variable": [
                                {
                                    "id": "templateId",
                                    "key": "templateId",
                                    "value": "TEMPLATE_ID",
                                    "description": "Unique ID of waiver template queue to delete the message from"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"api_webhook_template_message_get\",\n    \"api_webhook_template_message_get\": {\n        \"messageId\": \"9d58e8fc-6353-4ceb-b0a3-5412f3d05e28\",\n        \"payload\": {\n            \"unique_id\": \"\",\n            \"event\": \"new-waiver\"\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 502,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Failed to delete\"\n}\n",
                            "name": "Bad Gateway"
                        }
                    ]
                },
                {
                    "name": "Delete account message\nDelete a message from the account queue using the message ID returned when the message was retrieved. This is an option for the workflow to retrieve a message, process it, then delete it.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/queues\/account\/:messageId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/queues\/account\/:messageId",
                            "variable": [
                                {
                                    "id": "messageId",
                                    "key": "messageId",
                                    "value": "MESSAGE_ID",
                                    "description": "Unique ID of message returned when it was retrieved"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\" : 4,\n    \"id\" : \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\" : \"2024-05-20T20:09:53+00:00\",\n    \"type\" : \"api_webhook_account_message_delete\",\n    \"api_webhook_account_message_delete\" : {\n        \"success\": true\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 502,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Failed to delete\"\n}\n",
                            "name": "Bad Gateway"
                        }
                    ]
                },
                {
                    "name": "Delete template message\nDelete a message from the template queue using the message ID returned when the message was retrieved. This is an option for the workflow to retrieve a message, process it, then delete it.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/queues\/template\/:templateId\/:messageId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/queues\/template\/:templateId\/:messageId",
                            "variable": [
                                {
                                    "id": "templateId",
                                    "key": "templateId",
                                    "value": "TEMPLATE_ID",
                                    "description": "Unique ID of waiver template queue to delete the message from."
                                },
                                {
                                    "id": "messageId",
                                    "key": "messageId",
                                    "value": "MESSAGE_ID",
                                    "description": "Unique ID of message returned when it was retrieved."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\" : 4,\n    \"id\" : \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\" : \"2024-05-20T20:09:53+00:00\",\n    \"type\" : \"api_webhook_template_message_delete\",\n    \"api_webhook_template_message_delete\" : {\n        \"success\": true\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 502,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Failed to delete\"\n}\n",
                            "name": "Bad Gateway"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Webhooks",
            "description": "",
            "item": [
                {
                    "name": "Resend webhook\nResend the new-waiver webhook for the given waiver ID. This is for testing purposes only and is heavily rate limited. Note: This request is not included in the normal 100 request per minute limit, but is instead limited to 2 requests per minute by itself.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/resend\/:waiverId",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/resend\/:waiverId",
                            "variable": [
                                {
                                    "id": "waiverId",
                                    "key": "waiverId",
                                    "value": "0",
                                    "description": "The Unique Id of the waiver"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\" : 4,\n    \"id\" : \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\" : \"2024-05-20T20:09:53+00:00\",\n    \"type\" : \"webhooks_resend\",\n    \"webhooks_resend\" : {\n        \"success\": true\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        }
                    ]
                },
                {
                    "name": "Retrieve current webhook\nRetrieve current webhook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/configure",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/configure",
                            "variable": [
                                {
                                    "id": "webhookNumber",
                                    "key": "webhookNumber",
                                    "value": "1",
                                    "description": "The webhook number (1,2,3) Default (1)"
                                },
                                {
                                    "id": "searchWebhook",
                                    "key": "searchWebhook",
                                    "value": "https%3A%2F%2Fexample.com",
                                    "description": "The url of the webhook to search"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"webhooks\",\n    \"webhooks\": {\n        \"endpoint\": \"https:\/\/example.com\",\n        \"emailValidationRequired\": \"both\"\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"webhooks\",\n    \"webhooks\": {\n        \"endpoint\": \"https:\/\/example.com\/test1\",\n        \"emailValidationRequired\": \"yes\",\n        \"endpoint2\": \"https:\/\/example.com\/test2\",\n        \"endpoint3\": \"\"\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Set webhook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/configure",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/configure"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"create\":false,\"webhookNumber\":1,\"searchWebhook\":\"https:\\\/\\\/example.com\",\"checkinWebhook\":false,\"endpoint\":\"https:\\\/\\\/smartwaiver.com\\\/test\",\"emailValidationRequired\":\"yes\"}"
                        },
                        "description": "This endpoint configures webhooks. By default this manages the default webhook. If you have no webhooks setup it will create the default webhook.\n\nFor more information on webhooks: https:\/\/support.smartwaiver.com\/hc\/en-us\/articles\/360057049551-What-are-Webhooks\n\nIf you have a default webhook setup it will overrite that webhook unless you pass the `create:true` flag.\n\nIf you include the `create:true` flag the system will ignore the `webhookNumber` and create a new webhook in the next available place\n\nYou can only create up to 3 webhooks. You will get an error if you try to create more."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-20T20:09:53+00:00\",\n    \"type\": \"webhooks\",\n    \"webhooks\": [\n        {\n            \"endpoint\": \"https:\/\/smartwaiver.com\",\n            \"emailValidationRequired\": \"both\"\n        }\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        },
                        {
                            "header": [],
                            "code": 402,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"data_error\",\n    \"message\": \"Message explaining the invalid data entered\"\n}\n",
                            "name": "Data Error"
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Route or Resource Id not found\"\n}\n",
                            "name": "Not Found"
                        },
                        {
                            "header": [],
                            "code": 406,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"error\",\n    \"message\": \"Content-Type must be json\"\n}\n",
                            "name": "Wrong Content Type"
                        }
                    ]
                },
                {
                    "name": "Delete Webhook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v4\/webhooks\/configure",
                            "query": [],
                            "raw": "{{baseUrl}}\/v4\/webhooks\/configure",
                            "variable": [
                                {
                                    "id": "webhookNumber",
                                    "key": "webhookNumber",
                                    "value": "1",
                                    "description": "The webhook number (1,2,3,*). If \"*\" you will delete all webhooks. Default (1)"
                                },
                                {
                                    "id": "searchWebhook",
                                    "key": "searchWebhook",
                                    "value": "https%3A%2F%2Fexample.com",
                                    "description": "The url of the webhook to delete"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "When you delete webhooks the system will automatically shift the rest of the webhooks so you still have a default. For example:\n\nIf you have three webhooks\n- endpoint 1:  https:\/\/example.com\/test1\n- endpoint 2:  https:\/\/example.com\/test2\n- endpoint 3:  https:\/\/example.com\/test3\n\nAnd you delete endpoint 1 the system will shift the webhooks so that\n\n- endpoint 1:  https:\/\/example.com\/test2\n- endpoint 2:  https:\/\/example.com\/test3\n\nIf you would like to delete a specific webhook please use `searchWebhook` to specify the URL of webhook you would like to delete"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"version\" : 4,\n    \"id\" : \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\" : \"2024-05-20T20:09:53+00:00\",\n    \"type\" : \"webhooks\",\n    \"webhooks\" : {}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"version\": 4,\n    \"id\": \"a0256461ca244278b412ab3238f5efd2\",\n    \"ts\": \"2024-05-17T12:00:33+00:00\",\n    \"type\": \"parameter_error\",\n    \"message\": \"Parameter <x> is not supported\"\n}\n",
                            "name": "Parameter Error"
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}