{ "opencollection": "1.0.0", "info": { "name": "Tito Admin Account Check-in Lists API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Check-in Lists", "type": "folder" }, "items": [ { "info": { "name": "Get all check-in lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.tito.io/v3/:account_slug/:event_slug/checkin_lists", "params": [ { "name": "account_slug", "value": "", "type": "path", "description": "The slug attribute of an Account." }, { "name": "event_slug", "value": "", "type": "path", "description": "The slug attribute of an Event." } ] }, "docs": "Get all check-in lists" }, { "info": { "name": "Create a check-in list", "type": "http" }, "http": { "method": "POST", "url": "https://api.tito.io/v3/:account_slug/:event_slug/checkin_lists", "params": [ { "name": "account_slug", "value": "", "type": "path", "description": "The slug attribute of an Account." }, { "name": "event_slug", "value": "", "type": "path", "description": "The slug attribute of an Event." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a check-in list" }, { "info": { "name": "Get a check-in list", "type": "http" }, "http": { "method": "GET", "url": "https://api.tito.io/v3/:account_slug/:event_slug/checkin_lists/:checkin_list_slug", "params": [ { "name": "account_slug", "value": "", "type": "path", "description": "The slug attribute of an Account." }, { "name": "event_slug", "value": "", "type": "path", "description": "The slug attribute of an Event." }, { "name": "checkin_list_slug", "value": "", "type": "path", "description": "The slug of a Check-in List." } ] }, "docs": "Get a check-in list" }, { "info": { "name": "Update a check-in list", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tito.io/v3/:account_slug/:event_slug/checkin_lists/:checkin_list_slug", "params": [ { "name": "account_slug", "value": "", "type": "path", "description": "The slug attribute of an Account." }, { "name": "event_slug", "value": "", "type": "path", "description": "The slug attribute of an Event." }, { "name": "checkin_list_slug", "value": "", "type": "path", "description": "The slug of a Check-in List." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a check-in list" }, { "info": { "name": "Delete a check-in list", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tito.io/v3/:account_slug/:event_slug/checkin_lists/:checkin_list_slug", "params": [ { "name": "account_slug", "value": "", "type": "path", "description": "The slug attribute of an Account." }, { "name": "event_slug", "value": "", "type": "path", "description": "The slug attribute of an Event." }, { "name": "checkin_list_slug", "value": "", "type": "path", "description": "The slug of a Check-in List." } ] }, "docs": "Delete a check-in list" } ] } ], "bundled": true }