{"info":{"_postman_id":"a236ab12-c43c-4f37-b4b1-824b404daf51","name":"Gorilla Dash RESTFul API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26338251","collectionId":"a236ab12-c43c-4f37-b4b1-824b404daf51","publishedId":"2sAYdZvZtV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"bf171b"},"publishDate":"2025-02-21T03:08:49.000Z"},"item":[{"name":"People","item":[{"name":"Get People List","id":"2612b9e6-5df6-4810-8243-c275058089c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/people?page=1&results_per_page=100","urlObject":{"path":["api","v1","people"],"host":["https://api.gorilladash.com"],"query":[{"description":{"content":"<p>Page number for pagination (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of records per page (default: 100)</p>\n","type":"text/plain"},"key":"results_per_page","value":"100"},{"disabled":true,"description":{"content":"<p>Filters results from a specific creation date. (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"created_date_from","value":"2022-05-05"},{"disabled":true,"description":{"content":"<p>Filters results up to a specific creation date. (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"created_date_to","value":"2024-10-10"},{"disabled":true,"description":{"content":"<p>Filters results by tribe_id. Only used for organization-level credentials, will automatically be set for tribe-level credentials.</p>\n","type":"text/plain"},"key":"tribe_id","value":"1"},{"disabled":true,"description":{"content":"<p>Filters results after a specific date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"updated_after","value":"2022-05-05"}],"variable":[]}},"response":[{"id":"0ad22d2e-da06-46df-98de-520b6ab007de","name":"Get People List","originalRequest":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":{"raw":"https://api.gorilladash.com/api/v1/people?results_per_page=5&updated_after=2022-05-05","host":["https://api.gorilladash.com"],"path":["api","v1","people"],"query":[{"key":"page","value":"1","description":"Page number for pagination (default: 1)","disabled":true},{"key":"results_per_page","value":"5","description":"Number of records per page (default: 100)"},{"key":"created_date_from","value":"2022-05-05","description":"Filters results from a specific creation date. (YYYY-MM-DD)","type":"text","disabled":true},{"key":"created_date_to","value":"2024-10-10","description":"Filters results up to a specific creation date. (YYYY-MM-DD)","type":"text","disabled":true},{"key":"tribe_id","value":"1","description":"Filters results by tribe_id. Only used for organization-level credentials, will automatically be set for tribe-level credentials.","disabled":true},{"key":"updated_after","value":"2022-05-05","description":"Filters results after a specific date (YYYY-MM-DD)"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"x-proxy-cache","value":"MISS"},{"key":"X-Cloud-Trace-Context","value":"947852580d850021c00e54d24cdedd3a;o=1"},{"key":"Date","value":"Thu, 20 Feb 2025 05:11:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"2482"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"created_at\": \"2018-05-04T07:09:25.000000Z\",\n            \"updated_at\": \"2024-05-10T07:13:26.000000Z\",\n            \"first_name\": \"Casper\",\n            \"last_name\": \"Lai\",\n            \"email\": \"casper@gorilladash.com\",\n            \"number_e164\": \"+61499999999\",\n            \"number_display\": \"0499 999 999\",\n            \"business_name\": \"Gorilla Dash\",\n            \"initial_lead_source\": \"Form\",\n            \"initial_lead_campaign\": \"Gorilla Dash Enquiry Form\",\n            \"address_1\": null,\n            \"address_2\": null,\n            \"locality\": null,\n            \"state\": null,\n            \"postal_code\": null,\n            \"country\": null\n        }\n    ],\n    \"pagination\": {\n        \"count\": 5,\n        \"total\": 1207800,\n        \"perPage\": 5,\n        \"currentPage\": 1,\n        \"totalPages\": 241560,\n        \"links\": {\n            \"next\": \"https://api.gorilladash.com/api/v1/people?results_per_page=5&updated_after=2022-05-05&page=2\"\n        }\n    }\n}"}],"_postman_id":"2612b9e6-5df6-4810-8243-c275058089c7"},{"name":"Send Email To Person","id":"269281a3-c572-4553-a362-d1ab94db2411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tribe_id\": 902, // optional - priority 1st\n    \"global_id\": \"99999\", // optional - priority 2nd\n    \"tribe_slug\": \"fl-demo\", // optional - priority 3rd\n    \"person_id\": 122177,\n    \"subject\": \"Gorilla Dash Subject\",\n    \"body\": \"<html><body>Gorilla Dash Body</body></html>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/people/send-email","urlObject":{"path":["api","v1","people","send-email"],"host":["https://api.gorilladash.com"],"query":[],"variable":[]}},"response":[{"id":"311b3cd7-dcfc-4ecb-8093-c16a576a93d3","name":"Organisation Send Email Example","originalRequest":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tribe_id\": 902, // optional - priority 1st\n    \"global_id\": \"99999\", // optional - priority 2nd\n    \"tribe_slug\": \"fl-demo\", // optional - priority 3rd\n    \"person_id\": 122177,\n    \"subject\": \"Gorilla Dash Subject\",\n    \"body\": \"<html><body>Gorilla Dash Body</body></html>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/people/send-email"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 27 May 2025 12:10:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": {\n        \"log_uuid\": \"9f02e50c-6953-41c1-8c5a-7526279d91ad\"\n    }\n}"},{"id":"4757bd1b-b3e6-40e1-8c44-d758d7be7e44","name":"Tribe Send Email Example","originalRequest":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"person_id\": 122177,\n    \"subject\": \"Gorilla Dash Subject\",\n    \"body\": \"<html><body>Gorilla Dash Body</body></html>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/people/send-email"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 27 May 2025 12:10:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": {\n        \"log_uuid\": \"9f02e50c-6953-41c1-8c5a-7526279d91ad\"\n    }\n}"}],"_postman_id":"269281a3-c572-4553-a362-d1ab94db2411"}],"id":"bbf26892-3862-4a5d-bee2-8bdaa8ff7d8b","_postman_id":"bbf26892-3862-4a5d-bee2-8bdaa8ff7d8b","description":""},{"name":"Enquiries","item":[{"name":"Get Enquiries","id":"443ac2c5-6275-45c8-9617-3601d30252ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/enquiries?results_per_page=100&updated_after=2025-01-01","urlObject":{"path":["api","v1","enquiries"],"host":["https://api.gorilladash.com"],"query":[{"disabled":true,"description":{"content":"<p>Page number for pagination (default: 1)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Number of records per page (default: 100)</p>\n","type":"text/plain"},"key":"results_per_page","value":"100"},{"disabled":true,"description":{"content":"<p>Filters results from a specific creation date. (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"created_date_from","value":"2022-05-05"},{"disabled":true,"description":{"content":"<p>Filters results up to a specific creation date. (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"created_date_to","value":"2024-10-10"},{"disabled":true,"description":{"content":"<p>Filters results by tribe_id. Only used for organization-level credentials, will automatically be set for tribe-level credentials.</p>\n","type":"text/plain"},"key":"tribe_id","value":"1"},{"disabled":true,"description":{"content":"<p>Filters results by person_id.</p>\n","type":"text/plain"},"key":"person_id","value":"1"},{"description":{"content":"<p>Filters results after a specific date (YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"updated_after","value":"2025-01-01"}],"variable":[]}},"response":[{"id":"4d0c6222-44d1-4557-8c55-75bd55afd8c5","name":"Get Enquiries","originalRequest":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"org-5acdc2df4f00b","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"A1DAVl7hUXMvlYi8sJ786TASncj5HtwmIOY7ZcI6","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":{"raw":"https://api.gorilladash.com/api/v1/enquiries?results_per_page=5&updated_after=2022-05-06","protocol":"https","host":["api","gorilladash","com"],"path":["api","v1","enquiries"],"query":[{"key":"page","value":"1","description":"Page number for pagination (default: 1)","disabled":true},{"key":"results_per_page","value":"5","description":"Number of records per page (default: 100)"},{"key":"created_date_from","value":"2022-05-05","description":"Filters results from a specific creation date. (YYYY-MM-DD)","disabled":true},{"key":"created_date_to","value":"2024-10-10","description":"Filters results up to a specific creation date. (YYYY-MM-DD)","type":"text","disabled":true},{"key":"tribe_id","value":"1","description":"Filters results by tribe_id. Only used for organization-level credentials, will automatically be set for tribe-level credentials.","type":"text","disabled":true},{"key":"person_id","value":"1","description":"Filters results by person_id.","type":"text","disabled":true},{"key":"updated_after","value":"2022-05-06","description":"Filters results after a specific date (YYYY-MM-DD)"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"x-proxy-cache","value":"MISS"},{"key":"X-Cloud-Trace-Context","value":"51430b8f1ff4c7c15c362bea5afb9c10;o=1"},{"key":"Date","value":"Thu, 20 Feb 2025 05:18:09 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"3637"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"created_at\": \"2017-03-20T07:09:55+00:00\",\n            \"updated_at\": \"2022-12-21T04:18:03+00:00\",\n            \"tribe_id\": 1,\n             \"tribe\": {\n                \"id\": 1,\n                \"name\": \"Demo Tribe\"\n            },\n            \"calculated_source\": \"Direct\",\n            \"person\": {\n                \"id\": 1,\n                \"business_name\": \"Gorilla Dash\",\n                \"email\": \"casper@gorilladash.com\",\n                \"first_name\": \"Casper\",\n                \"last_name\": \"Lai\",\n                \"number_display\": \"0499 999 999\",\n                \"number_e164\": \"+61499999999\",\n                \"address_1\": null,\n                \"address_2\": null,\n                \"locality\": null,\n                \"state\": null,\n                \"postal_code\": null,\n                \"country\": null\n            },\n             \"enquiry_form\": {\n                \"name\": \"Gorilla Dash Enquiry\"\n            },\n            \"fields\": [\n                {\n                    \"name\": \"Message\",\n                    \"value\": \"Need a new design.\"\n                },\n                {\n                    \"name\": \"Business Name\",\n                    \"value\": \"Gorilla Dash\"\n                }\n            ],\n            \"enquiry_url_parameters\": [\n                {\n                    \"name\": \"browser\",\n                    \"value\": \"Mobile Safari\",\n                    \"path\": null\n                },\n                {\n                    \"name\": \"device\",\n                    \"value\": \"Desktop\",\n                    \"path\": null\n                },\n                {\n                    \"name\": \"gad_source\",\n                    \"value\": \"1\",\n                    \"path\": \"/store/myaree\"\n                },\n                {\n                    \"name\": \"gbraid\",\n                    \"value\": \"0AAAAACbUWo39eKWky6KzKrea8iXGldfuW\",\n                    \"path\": \"/store/myaree\"\n                },\n                {\n                    \"name\": \"gclid\",\n                    \"value\": \"EAIaIQobChMIt8LtgqXTigMV8qlmAh0HHhuqEAAYAiABEgK9xvD_BwE\",\n                    \"path\": \"/store/myaree\"\n                },\n                {\n                    \"name\": \"operating_system\",\n                    \"value\": \"iOS\",\n                    \"path\": null\n                }\n            ],\n            \"enquiry_sources\": [\"Paid\"]\n        }\n    ],\n    \"pagination\": {\n        \"count\": 5,\n        \"total\": 224701,\n        \"perPage\": 5,\n        \"currentPage\": 1,\n        \"totalPages\": 44941,\n        \"links\": {\n            \"next\": \"https://api.gorilladash.com/api/v1/enquiries?results_per_page=5&updated_after=2022-05-06&page=2\"\n        }\n    }\n}"}],"_postman_id":"443ac2c5-6275-45c8-9617-3601d30252ae"},{"name":"Get Enquiry Form","id":"50f1d32f-1afd-4c2c-8602-f04f5b309a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/enquiry-forms/{{enquiry-form-slug}}","urlObject":{"path":["api","v1","enquiry-forms","{{enquiry-form-slug}}"],"host":["https://api.gorilladash.com"],"query":[],"variable":[]}},"response":[{"id":"1fe7fa30-8bfe-47c8-8e23-6756ebdf2cf0","name":"Get Enquiry Form","originalRequest":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/enquiry-forms/{{enquiry-form-slug}}"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 25 Sep 2025 02:28:30 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": {\n        \"name\": \"Signarama Inquiry Form\",\n        \"slug\": \"Signarama Inquiry Form\",\n        \"fields\": [\n            {\n                \"name\": \"Message\",\n                \"type\": \"Text\",\n                \"value\": null\n            },\n            {\n                \"name\": \"Business Name\",\n                \"type\": \"Text\",\n                \"value\": null\n            },\n            {\n                \"name\": \"Form\",\n                \"type\": \"Text\",\n                \"value\": null\n            },\n            {\n                \"name\": \"Spam\",\n                \"type\": \"Text\",\n                \"value\": null\n            },\n            {\n                \"name\": \"Product Type\",\n                \"type\": \"Text\",\n                \"value\": null\n            },\n            {\n                \"name\": \"Captcha Result\",\n                \"type\": \"Text\",\n                \"value\": null\n            },\n            {\n                \"name\": \"Contains Link\",\n                \"type\": \"Text\",\n                \"value\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"50f1d32f-1afd-4c2c-8602-f04f5b309a77"},{"name":"Create Enquiry","id":"1eaa6c6e-8796-4727-b990-f9dd5ad4bd35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"standard-error-handle","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"casper@gorilladash.com\",\n    \"enquiry_form_slug\": \"Signarama Inquiry Form\",\n    \"fields\": [\n        {\n            \"name\": \"Message\",\n            \"value\": \"Test\"\n        }\n    ],\n    \"files\": [],\n    \"first_name\": \"Casper\",\n    \"last_name\": \"Lai\",\n    \"mobile\": \"090000\",\n    \"address_1\": \"2121 Vista Parkway\",\n    \"locality\": \"West Palm Beach\",\n    \"postal_code\": \"33411\",\n    \"latitude\": 26.71622380,\n    \"longitude\": -80.15044430,\n    \"tribe_slug\": \"fl-demo\",\n    \"tribe_name\": \"Demo\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/enquiries","urlObject":{"path":["api","v1","enquiries"],"host":["https://api.gorilladash.com"],"query":[],"variable":[]}},"response":[{"id":"6a242f2f-6a37-4ebe-9b17-dd07e7dae64e","name":"Success Example","originalRequest":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"standard-error-handle","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enquiry_form_slug\": \"Signarama Enquiry Form\",\n    \"tribe_slug\": \"fl-demo\",\n    \"first_name\": \"Casper\",\n    \"last_name\": \"Lai\",\n    \"email\": \"casper@gorilladash.com\",\n    \"ip\": \"100.100.100.100\",\n    \"mobile\": \"+61499999999\",\n    \"business_name\": \"Gorilla Dash\",\n    \"notify\": true,\n    \"tracking_data\": [\n        {\n            \"parameter\": \"browser\",\n            \"value\": \"Chrome\",\n            \"path\": null,\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"device\",\n            \"value\": \"Desktop\",\n            \"path\": null,\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"operating_system\",\n            \"value\": \"Android\",\n            \"path\": null,\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"gad_source\",\n            \"value\": \"1\",\n            \"path\": \"/store/harare\",\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"gad_campaignid\",\n            \"value\": \"15911029172\",\n            \"path\": \"/store/harare\",\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"referrer\",\n            \"value\": \"www.google.com\",\n            \"path\": \"/store/harare\",\n            \"session_at\": \"2025-05-27T13:23:24.000Z\"\n        }\n    ],\n    \"fields\": [\n        {\n            \"name\": \"Business Name\",\n            \"value\": \"Gorilla Dash\"\n        },\n        {\n            \"name\": \"Message\",\n            \"value\": \"please have qoutations for 2 flags\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/enquiries"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 27 May 2025 13:34:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": {\n        \"message\": \"Enquiry created successfully.\"\n    }\n}"},{"id":"7bbe44b1-5d45-4326-8305-8ea95404a9b6","name":"Not Found Example","originalRequest":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"standard-error-handle","value":"1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"enquiry_form_slug\": \"non-exist\",\n    \"tribe_slug\": \"fl-demo\",\n    \"first_name\": \"Casper\",\n    \"last_name\": \"Lai\",\n    \"email\": \"casper@gorilladash.com\",\n    \"ip\": \"100.100.100.100\",\n    \"mobile\": \"+61499999999\",\n    \"business_name\": \"Gorilla Dash\",\n    \"tracking_data\": [\n        {\n            \"parameter\": \"browser\",\n            \"value\": \"Chrome\",\n            \"path\": null,\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"device\",\n            \"value\": \"Desktop\",\n            \"path\": null,\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"operating_system\",\n            \"value\": \"Android\",\n            \"path\": null,\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"gad_source\",\n            \"value\": \"1\",\n            \"path\": \"/store/harare\",\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"gad_campaignid\",\n            \"value\": \"15911029172\",\n            \"path\": \"/store/harare\",\n            \"session_at\": \"2025-05-27T13:23:25.645Z\"\n        },\n        {\n            \"parameter\": \"referrer\",\n            \"value\": \"www.google.com\",\n            \"path\": \"/store/harare\",\n            \"session_at\": \"2025-05-27T13:23:24.000Z\"\n        }\n    ],\n    \"fields\": [\n        {\n            \"name\": \"Business Name\",\n            \"value\": \"Gorilla Dash\"\n        },\n        {\n            \"name\": \"Message\",\n            \"value\": \"please have qoutations for 2 flags\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/enquiries"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 27 May 2025 13:34:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"page_not_found\",\n        \"message\": null\n    }\n}"}],"_postman_id":"1eaa6c6e-8796-4727-b990-f9dd5ad4bd35"}],"id":"5224b3ca-bdb0-47c9-a781-813058036f81","_postman_id":"5224b3ca-bdb0-47c9-a781-813058036f81","description":""},{"name":"Tribe","item":[{"name":"Get Tribe List","id":"ad8a4533-8d74-468c-a650-d1ada5f2461e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/tribes?page=1&results_per_page=5","urlObject":{"path":["api","v1","tribes"],"host":["https://api.gorilladash.com"],"query":[{"key":"page","value":"1"},{"key":"results_per_page","value":"5"}],"variable":[]}},"response":[{"id":"ad624bc6-1638-4916-a074-61895c1c7961","name":"Get Tribe List","originalRequest":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":{"raw":"https://api.gorilladash.com/api/v1/tribes?page=1&results_per_page=5","host":["https://api.gorilladash.com"],"path":["api","v1","tribes"],"query":[{"key":"page","value":"1"},{"key":"results_per_page","value":"5"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 29 May 2025 14:25:06 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"organisation_id\": 1,\n            \"global_id\": null,\n            \"name\": \"Demo\",\n            \"slug\": \"demo\",\n            \"country\": \"Australia\",\n            \"postal_code\": \"2111\",\n            \"state\": \"New South Wales\",\n            \"locality\": \"Gladesville\",\n            \"address_1\": \"Buffalo Road\",\n            \"address_2\": null,\n            \"latitude\": -33.000000,\n            \"longitude\": 151.00000\n        }\n    ],\n    \"pagination\": {\n        \"count\": 1,\n        \"total\": 1,\n        \"perPage\": 5,\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"links\": {\n            \"next\": \"https://api.gorilladash.com/api/v1/tribes?page=2\"\n        }\n    }\n}"}],"_postman_id":"ad8a4533-8d74-468c-a650-d1ada5f2461e"},{"name":"Get Tribe Search","id":"d3198e5b-6a1b-4ba3-91b7-b1ab75100091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"body":{"mode":"raw","raw":"{\n    // \"name\": \"Gladesville\", // search by name\n    // \"tribe_id\": 1, // search by tribe id\n    // \"tribe_slug\": \"\", // search by tribe slug\n    // \"global_id\": \"\", // search by tribe global id\n    \"address\": \"Lynnfield, MA 01940\" // search by address\n    // \"latitude\": \"-33.82763350\", // search by latitude\n    // \"longitude\": \"151.12609270\" // search by longtitude\n}","options":{"raw":{"language":"json"}}},"url":"https://api.gorilladash.com/api/v1/tribes/search?results=10","urlObject":{"path":["api","v1","tribes","search"],"host":["https://api.gorilladash.com"],"query":[{"description":{"content":"<p>Default return 5 records</p>\n","type":"text/plain"},"key":"results","value":"10"}],"variable":[]}},"response":[{"id":"06871358-735e-4398-87ae-ca17b54265b4","name":"Get Tribe Search","originalRequest":{"method":"POST","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    // \"name\": \"Gladesville\", // search by name\n    // \"address\": \"296 Victoria Road\", // search by address\n    \"latitude\": \"-33.82763350\", // search by latitude\n    \"longitude\": \"151.12609270\" // search by longtitude\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.gorilladash.com/api/v1/tribes/search?results=5","host":["https://api.gorilladash.com"],"path":["api","v1","tribes","search"],"query":[{"key":"results","value":"5","description":"Default return 5 records"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 29 May 2025 14:22:52 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"organisation_id\": 1,\n            \"global_id\": null,\n            \"name\": \"Demo\",\n            \"slug\": \"demo\",\n            \"country\": \"Australia\",\n            \"postal_code\": \"2111\",\n            \"state\": \"New South Wales\",\n            \"locality\": \"Gladesville\",\n            \"address_1\": \"Buffalo Road\",\n            \"address_2\": null,\n            \"latitude\": -33.000000,\n            \"longitude\": 151.00000\n        }\n    ]\n}"}],"_postman_id":"d3198e5b-6a1b-4ba3-91b7-b1ab75100091"},{"name":"Get Tribe","id":"1de66aac-6db0-43bf-b729-b3c9750ab4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/tribes/nj-clifton","urlObject":{"path":["api","v1","tribes","nj-clifton"],"host":["https://api.gorilladash.com"],"query":[],"variable":[]}},"response":[{"id":"169e2bf3-d2f7-403e-8a2f-61f5babf277d","name":"Get Tribe","originalRequest":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"Gorilla Dash API Key","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"Gorilla Dash API Secret","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/tribes/windsor"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.4"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 29 May 2025 14:24:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"data\": {\n        \"id\": 1,\n        \"organisation_id\": 1,\n        \"global_id\": null,\n        \"name\": \"Demo\",\n        \"slug\": \"demo\",\n        \"country\": \"Australia\",\n        \"postal_code\": \"2111\",\n        \"state\": \"New South Wales\",\n        \"locality\": \"Gladesville\",\n        \"address_1\": \"Buffalo Road\",\n        \"address_2\": null,\n        \"latitude\": -33.000000,\n        \"longitude\": 151.00000\n    }\n}"}],"_postman_id":"1de66aac-6db0-43bf-b729-b3c9750ab4d9"}],"id":"8d27094d-7bd1-43b1-8a71-7ebbbdc76a57","_postman_id":"8d27094d-7bd1-43b1-8a71-7ebbbdc76a57","description":""},{"name":"Review","item":[{"name":"Get Review List","id":"4414ff8a-c8e3-4791-9f2e-cab5d68301f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"GorillaDash-Api-Key","value":"","description":"<p>Gorilla Dash API Key</p>\n","type":"text"},{"key":"GorillaDash-Api-Secret","value":"","description":"<p>Gorilla Dash API Secret</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"X-Requested-With","value":"XMLHttpRequest","type":"text"}],"url":"https://api.gorilladash.com/api/v1/reviews?tribe_slug=lehi","urlObject":{"path":["api","v1","reviews"],"host":["https://api.gorilladash.com"],"query":[{"key":"tribe_slug","value":"lehi"}],"variable":[]}},"response":[],"_postman_id":"4414ff8a-c8e3-4791-9f2e-cab5d68301f3"}],"id":"f5e47f94-aa9a-4203-95e1-ba67d3793b89","_postman_id":"f5e47f94-aa9a-4203-95e1-ba67d3793b89","description":""}],"event":[{"listen":"prerequest","script":{"id":"fd3ddd58-5076-4f07-98b9-d712b4cd784b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"94aa80ee-2ca3-4319-abdb-4775f2e62d62","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"GD_RESTFUL_API","value":"https://api.gorilladash.com"},{"key":"API_KEY","value":""},{"key":"GD_RESTFUL_SECRET","value":""}]}