{
	"info": {
		"name": "Tripleseat API Showcase V1.0",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Authorization",
			"item": [
				{
					"name": "Aquiring an Authorization Token for OAuth2.0",
					"request": {
						"auth": {
							"type": "oauth1",
							"oauth1": [
								{
									"key": "consumerSecret",
									"value": "",
									"type": "string"
								},
								{
									"key": "consumerKey",
									"value": "",
									"type": "string"
								},
								{
									"key": "addParamsToHeader",
									"value": true,
									"type": "boolean"
								},
								{
									"key": "signatureMethod",
									"value": "HMAC-SHA1",
									"type": "string"
								},
								{
									"key": "version",
									"value": "1.0",
									"type": "string"
								},
								{
									"key": "addEmptyParamsToSign",
									"value": false,
									"type": "boolean"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": " {\n \t\"client_id\": \"CONSUMER_KEY\",\n \t\"client_secret\": \"CONSUMER_SECRET\",\n \t\"grant_type\": \"client_credentials\"\n }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.tripleseat.com/oauth/token",
							"protocol": "https",
							"host": [
								"api",
								"tripleseat",
								"com"
							],
							"path": [
								"oauth",
								"token"
							]
						}
					},
					"response": []
				}
			],
			"auth": {
				"type": "oauth1",
				"oauth1": [
					{
						"key": "signatureMethod",
						"value": "HMAC-SHA1",
						"type": "string"
					},
					{
						"key": "version",
						"value": "1.0",
						"type": "string"
					},
					{
						"key": "addParamsToHeader",
						"value": false,
						"type": "boolean"
					},
					{
						"key": "addEmptyParamsToSign",
						"value": false,
						"type": "boolean"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Basic Calls",
			"item": [
				{
					"name": "GET",
					"item": [
						{
							"name": "Basic Site",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/sites.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"sites.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic Location",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/locations.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"locations.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic User",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/users.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"users.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic Lead",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic Booking",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic Event",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/events.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic Account",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Basic Contact",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts.json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "POST",
					"item": [
						{
							"name": "Create Lead",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"lead\":{\n        \"first_name\": \"FIRST_NAME_HERE\",\n        \"last_name\": \"LAST_NAME_HERE\",\n        \"email_address\": \"EMAIL_ADDRESS_HERE\",\n        \"phone_number\": \"PHONE_NUMBER_HERE\",\n        \"location_id\": 000000,\n        \"lead_form_id\": 000000\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/create.json?public_key=(PUBLIC_KEY_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"create.json"
									],
									"query": [
										{
											"key": "public_key",
											"value": "(PUBLIC_KEY_HERE)"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Booking",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"booking\": {\n\t\t\"name\": \"NAME_HERE\",\n        \"start_date\": \"MM/DD/YYYY\",\n        \"end_date\": \"MM/DD/YYYY\",\n        \"location_id\": 000000\n\t}\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Event",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n\t\"event\": {\n\t\t\"name\": \"EVENT_NAME\",\n\t\t\"event_start\": \"EVENT_START_DATE_TIME\",\n\t\t\"event_end\": \"EVENT_END_DATE_TIME\",\n\t\t\"setup_time\": (time in minutes),\n\t\t\"teardown_time\": (time in minutes),\n\t\t\"account_id\": (account id),\n\t\t\"contact_id\": (contact id),\n\t\t\"location_id\": (location id),\n\t\t\"room_ids\": [(room id(s)],\n\t\t\"status\": \"EVENT_STATUS\",\n\t\t\"guest_count\": (guest count),\n\t\t\"guaranteed_guest_count\": (guaranteed guest count),\n\t\t\"food_and_beverage_min\": (food and beverage minimum),\n        \"deposit_amount\": (deposit amount),\n\t\t\"rental_fee\": (rental fee)\n\t}\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Account",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"account\": {\n        \"name\": \"NAME_HERE\"\n    },\n    \"site_id\": 000000\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Contact",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"contact\": {\n        \"first_name\": \"NAME_HERE\",\n        \"account_id\": 000000\n    }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts.json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "PUT",
					"item": [
						{
							"name": "Update Lead",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"lead\": {\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/LEAD_ID_HERE.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"LEAD_ID_HERE.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Booking",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"booking\":{\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/BOOKING_ID_HERE.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"BOOKING_ID_HERE.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Event",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"event\": {\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/EVENT_ID_HERE.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"EVENT_ID_HERE.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Account",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"account\": {\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts/ACCOUNT_ID_HERE.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts",
										"ACCOUNT_ID_HERE.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Contact",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"contact\": {\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts/CONTACT_ID_HERE.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts",
										"CONTACT_ID_HERE.json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "DELETE",
					"item": [
						{
							"name": "Delete Lead",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/(LEAD_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"(LEAD_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Booking",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/(BOOKING_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"(BOOKING_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Event",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/(EVENT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"(EVENT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Account",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts/(ACCOUNT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts",
										"(ACCOUNT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Contact",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts/(CONTACT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts",
										"(CONTACT_ID_HERE).json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"auth": {
				"type": "oauth1",
				"oauth1": [
					{
						"key": "signatureMethod",
						"value": "HMAC-SHA1",
						"type": "string"
					},
					{
						"key": "version",
						"value": "1.0",
						"type": "string"
					},
					{
						"key": "addParamsToHeader",
						"value": false,
						"type": "boolean"
					},
					{
						"key": "addEmptyParamsToSign",
						"value": false,
						"type": "boolean"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Examples",
			"item": [
				{
					"name": "Sites",
					"item": [
						{
							"name": "All Sites",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/sites.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"sites.json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Locations",
					"item": [
						{
							"name": "All Locations",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/locations.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"locations.json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Users",
					"item": [
						{
							"name": "All Users",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/users.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"users.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "All Users | Pagination",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/users.json?page=1",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"users.json"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "User by ID",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/users/(USER_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"users",
										"(USER_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "User query",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/users/search.json?(SEARCH_PARAMETERS_HERE)&(ADDITIONAL_PARAMETERS_IF_NEEDED)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"users",
										"search.json"
									],
									"query": [
										{
											"key": "(SEARCH_PARAMETERS_HERE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_PARAMETERS_IF_NEEDED)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "User Audit Report",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/users/user_audit_report.csv",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"users",
										"user_audit_report.csv"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Leads",
					"item": [
						{
							"name": "All Leads",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "All Leads | Pagination",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads.json?page=1",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads.json"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Lead by ID",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/(LEAD_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"(LEAD_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Lead query",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/search.json?(SEARCH_PARAMETERS_HERE)&(ADDITIONAL_PARAMETERS_IF_NEEDED)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"search.json"
									],
									"query": [
										{
											"key": "(SEARCH_PARAMETERS_HERE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_PARAMETERS_IF_NEEDED)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Lead Deletion",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/(LEAD_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"(LEAD_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Lead Creation | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/create.json?public_key=(PUBLIC_KEY_HERE)&first_name=(FIRST_NAME_HERE)&last_name=(LAST_NAME_HERE)&email_address=(EMAIL_ADDRESS_HERE)&phone_number=(PHONE_NUMBER_HERE)&location_id=(LOCATION_ID_HERE)&lead_form_id=(LEAD_FORM_ID_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"create.json"
									],
									"query": [
										{
											"key": "public_key",
											"value": "(PUBLIC_KEY_HERE)"
										},
										{
											"key": "first_name",
											"value": "(FIRST_NAME_HERE)"
										},
										{
											"key": "last_name",
											"value": "(LAST_NAME_HERE)"
										},
										{
											"key": "email_address",
											"value": "(EMAIL_ADDRESS_HERE)"
										},
										{
											"key": "phone_number",
											"value": "(PHONE_NUMBER_HERE)"
										},
										{
											"key": "location_id",
											"value": "(LOCATION_ID_HERE)",
											"description": "Include this Key and Value pair if the Site has more than one Location"
										},
										{
											"key": "lead_form_id",
											"value": "(LEAD_FORM_ID_HERE)",
											"description": "Include this Key and Value pair if the Lead being submitted should be attributed to a specific Lead Form"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Lead Creation | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"lead\":{\n        \"first_name\": \"FIRST_NAME_HERE\",\n        \"last_name\": \"LAST_NAME_HERE\",\n        \"email_address\": \"EMAIL_ADDRESS_HERE\",\n        \"phone_number\": \"PHONER_NUMBER_HERE\",\n        \"location_id\": 000000,\n        \"lead_form_id\": 000000\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/leads/create.json?public_key=(PUBLIC_KEY_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"leads",
										"create.json"
									],
									"query": [
										{
											"key": "public_key",
											"value": "(PUBLIC_KEY_HERE)"
										}
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Bookings",
					"item": [
						{
							"name": "All Bookings",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "All Bookings | Pagination",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings.json?page=1",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings.json"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking by ID",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/(BOOKING_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"(BOOKING_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking by ID | Financials",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/(BOOKING_ID_HERE).json?show_financial=true",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"(BOOKING_ID_HERE).json"
									],
									"query": [
										{
											"key": "show_financial",
											"value": "true"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking query",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/search.json?(SEARCH_PARAMETERS_HERE)&(ADDITIONAL_PARAMETERS_IF_NEEDED)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"search.json"
									],
									"query": [
										{
											"key": "(SEARCH_PARAMETERS_HERE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_PARAMETERS_IF_NEEDED)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking Deletion",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/(BOOKING_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"(BOOKING_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking Creation | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings.json?name=(BOOKING_NAME_HERE)&start_date=(BOOKING_START_DATE_HERE)&end_date=(BOOKING_END_DATE_HERE)&location_id=(BOOKING_LOCATION_ID_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings.json"
									],
									"query": [
										{
											"key": "name",
											"value": "(BOOKING_NAME_HERE)"
										},
										{
											"key": "start_date",
											"value": "(BOOKING_START_DATE_HERE)"
										},
										{
											"key": "end_date",
											"value": "(BOOKING_END_DATE_HERE)"
										},
										{
											"key": "location_id",
											"value": "(BOOKING_LOCATION_ID_HERE)"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking Creation | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"booking\":{\n        \"name\": \"BOOKING_NAME_HERE\",\n        \"start_date\": \"BOOKING_START_DATE_HERE\",\n        \"end_date\": \"BOOKING_END_DATE_HERE\",\n        \"location_id\": 000000\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking Update | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings/(BOOKING_ID_HERE).json?(KEY_AND_VALUE_TO_UPDATE)&(ADDITIONAL_KEY_AND_VALUES)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings",
										"(BOOKING_ID_HERE).json"
									],
									"query": [
										{
											"key": "(KEY_AND_VALUE_TO_UPDATE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_KEY_AND_VALUES)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Booking Update | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"booking\":{\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/bookings(BOOKING_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"bookings(BOOKING_ID_HERE).json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Events",
					"item": [
						{
							"name": "All Events",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "All Events | Pagination",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events.json?page=1",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events.json"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Event by ID",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/(EVENT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"(EVENT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Event by ID | Financials",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/(EVENT_ID_HERE).json?show_financial=true",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"(EVENT_ID_HERE).json"
									],
									"query": [
										{
											"key": "show_financial",
											"value": "true"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Event query",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/search.json?(SEARCH_PARAMETERS_HERE)&(ADDITIONAL_PARAMETERS_IF_NEEDED)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"search.json"
									],
									"query": [
										{
											"key": "(SEARCH_PARAMETERS_HERE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_PARAMETERS_IF_NEEDED)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Event Deletion",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/(EVENT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"(EVENT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Event Creation | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events.json?name=(EVENT_NAME_HERE)&event_start=(EVENT_START_HERE)&event_end=(EVENT_END_HERE)&account_id=(ACCOUNT_ID_HERE)&contact_id=(CONTACT_ID_HERE)&location_id=(LOCATION_ID_HERE)&room_ids[]=(ROOM_IDS_HERE)&status=(PROSPECT / TENTATIVE / DEFINITE / CLOSED / LOST / WAITLIST)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events.json"
									],
									"query": [
										{
											"key": "name",
											"value": "(EVENT_NAME_HERE)"
										},
										{
											"key": "event_start",
											"value": "(EVENT_START_HERE)"
										},
										{
											"key": "event_end",
											"value": "(EVENT_END_HERE)"
										},
										{
											"key": "account_id",
											"value": "(ACCOUNT_ID_HERE)"
										},
										{
											"key": "contact_id",
											"value": "(CONTACT_ID_HERE)"
										},
										{
											"key": "location_id",
											"value": "(LOCATION_ID_HERE)"
										},
										{
											"key": "room_ids[]",
											"value": "(ROOM_IDS_HERE)"
										},
										{
											"key": "status",
											"value": "(PROSPECT / TENTATIVE / DEFINITE / CLOSED / LOST / WAITLIST)"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Events Creation | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"event\":{\n        \"name\": \"EVENT_NAME_HERE\",\n        \"event_start\": \"EVENT_START_HERE\",\n        \"event_end\": \"EVENT_END_HERE\",\n        \"account_end\": 000000,\n        \"contact_id\": 000000,\n        \"location_id\": 000000,\n        \"room_ids\": [000000],\n        \"status\": \"PROSPECT / TENTATIVE / DEFINITE / CLOSED / LOST / WAITLIST\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Event Update | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events/(EVENT_ID_HERE).json?(KEY_AND_VALUE_TO_UPDATE)&(ADDITIONAL_KEY_AND_VALUES)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events",
										"(EVENT_ID_HERE).json"
									],
									"query": [
										{
											"key": "(KEY_AND_VALUE_TO_UPDATE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_KEY_AND_VALUES)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Event Update | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"event\":{\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/events(EVENT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"events(EVENT_ID_HERE).json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Accounts",
					"item": [
						{
							"name": "All Accounts",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "All Accounts | Pagination",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/account.json?page=1",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"account.json"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Account by ID",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts/(ACCOUNT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts",
										"(ACCOUNT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Account query",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/account/search.json?(SEARCH_PARAMETERS_HERE)&(ADDITIONAL_PARAMETERS_IF_NEEDED)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"account",
										"search.json"
									],
									"query": [
										{
											"key": "(SEARCH_PARAMETERS_HERE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_PARAMETERS_IF_NEEDED)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Account Deletion",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts/(ACCOUNT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts",
										"(ACCOUNT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Account Creation | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/account.json?name=(ACCOUNT_NAME_HERE)&site_id=(SITE_ID_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"account.json"
									],
									"query": [
										{
											"key": "name",
											"value": "(ACCOUNT_NAME_HERE)"
										},
										{
											"key": "site_id",
											"value": "(SITE_ID_HERE)"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Account Creation | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"account\":{\n        \"name\": \"ACCOUNT_NAME_HERE\",\n        \"site_id\": 000000\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Account Update | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts/(ACCOUNT_ID_HERE).json?(KEY_AND_VALUE_TO_UPDATE)&(ADDITIONAL_KEY_AND_VALUES)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts",
										"(ACCOUNT_ID_HERE).json"
									],
									"query": [
										{
											"key": "(KEY_AND_VALUE_TO_UPDATE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_KEY_AND_VALUES)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Account Update | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"account\":{\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/accounts(ACCOUNT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"accounts(ACCOUNT_ID_HERE).json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Contacts",
					"item": [
						{
							"name": "All Contacts",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "All Contacts | Pagination",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts.json?page=1",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts.json"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact by ID",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts/(CONTACT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts",
										"(CONTACT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact query",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts/search.json?(SEARCH_PARAMETERS_HERE)&(ADDITIONAL_PARAMETERS_IF_NEEDED)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts",
										"search.json"
									],
									"query": [
										{
											"key": "(SEARCH_PARAMETERS_HERE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_PARAMETERS_IF_NEEDED)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact Deletion",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts/(CONTACT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts",
										"(CONTACT_ID_HERE).json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact Creation | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts.json?first_name=(FIRST_NAME_HERE)&account_id=(ACCOUNT_ID_HERE)&site_id=(SITE_ID_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts.json"
									],
									"query": [
										{
											"key": "first_name",
											"value": "(FIRST_NAME_HERE)"
										},
										{
											"key": "account_id",
											"value": "(ACCOUNT_ID_HERE)"
										},
										{
											"key": "site_id",
											"value": "(SITE_ID_HERE)"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact Creation | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"contact\":{\n        \"first_name\": \"FIRST_NAME_HERE\",\n        \"account_id\": 000000,\n        \"site_id\": 000000\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts.json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts.json"
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact Update | URL",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/contacts/(CONTACT_ID_HERE).json?(KEY_AND_VALUE_TO_UPDATE)&(ADDITIONAL_KEY_AND_VALUES)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"contacts",
										"(CONTACT_ID_HERE).json"
									],
									"query": [
										{
											"key": "(KEY_AND_VALUE_TO_UPDATE)",
											"value": null
										},
										{
											"key": "(ADDITIONAL_KEY_AND_VALUES)",
											"value": null
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Contact Update | Body",
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"contact\":{\n        \"KEY_TO_UPDATE\": \"NEW_VALUE_HERE\"\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/Contacts(CONTACT_ID_HERE).json",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"Contacts(CONTACT_ID_HERE).json"
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				},
				{
					"name": "Lead Forms",
					"item": [
						{
							"name": "All Lead Forms",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "oauth1",
									"oauth1": [
										{
											"key": "consumerSecret",
											"value": "",
											"type": "string"
										},
										{
											"key": "consumerKey",
											"value": "",
											"type": "string"
										},
										{
											"key": "addParamsToHeader",
											"value": true,
											"type": "boolean"
										},
										{
											"key": "signatureMethod",
											"value": "HMAC-SHA1",
											"type": "string"
										},
										{
											"key": "version",
											"value": "1.0",
											"type": "string"
										},
										{
											"key": "addEmptyParamsToSign",
											"value": false,
											"type": "boolean"
										}
									]
								},
								"method": "GET",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "https://api.tripleseat.com/v1/lead_forms.json?public_key=(PUBLIC_KEY_HERE)",
									"protocol": "https",
									"host": [
										"api",
										"tripleseat",
										"com"
									],
									"path": [
										"v1",
										"lead_forms.json"
									],
									"query": [
										{
											"key": "public_key",
											"value": "(PUBLIC_KEY_HERE)"
										}
									]
								}
							},
							"response": []
						}
					],
					"auth": {
						"type": "oauth1",
						"oauth1": [
							{
								"key": "signatureMethod",
								"value": "HMAC-SHA1",
								"type": "string"
							},
							{
								"key": "version",
								"value": "1.0",
								"type": "string"
							},
							{
								"key": "addParamsToHeader",
								"value": false,
								"type": "boolean"
							},
							{
								"key": "addEmptyParamsToSign",
								"value": false,
								"type": "boolean"
							}
						]
					},
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						},
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									""
								]
							}
						}
					]
				}
			],
			"auth": {
				"type": "oauth1",
				"oauth1": [
					{
						"key": "signatureMethod",
						"value": "HMAC-SHA1",
						"type": "string"
					},
					{
						"key": "version",
						"value": "1.0",
						"type": "string"
					},
					{
						"key": "addParamsToHeader",
						"value": false,
						"type": "boolean"
					},
					{
						"key": "addEmptyParamsToSign",
						"value": false,
						"type": "boolean"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}