{"info":{"_postman_id":"1b2e5ea3-663e-442c-b77c-91ca50099e5f","name":"Pointerpro API","description":"<html><head></head><body><h2 id=\"api\">API</h2>\n<p>The url for Australia is <a href=\"https://api.au.pointerpro.com\">https://api.au.pointerpro.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"184445","collectionId":"1b2e5ea3-663e-442c-b77c-91ca50099e5f","publishedId":"UV5dfFca","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-28T07:50:21.000Z"},"item":[{"name":"Authentication","item":[{"name":"Retrieving tokens","id":"413509dd-83b2-4f24-bcff-040f0baa7465","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"<ID>","type":"text"},{"key":"client_secret","value":"<SECRET>","type":"text"},{"key":"scope","value":"can_create_user can_delete_user","type":"text"}]},"url":"https://api.pointerpro.com/oauth/token","description":"<h1 id=\"scopes\">Scopes</h1>\n<ul>\n<li><code>can_create_user</code>: Allows you to create users</li>\n<li><code>can_delete_user</code>: Allows you to delete users</li>\n<li><code>can_get_surveys</code>: Allows you to fetch a list of surveys</li>\n<li><code>can_update_survey_authorizations</code>: Can update survey authorization rights for a user</li>\n<li><code>can_get_dashboards</code>: Allows you to fetch a list of dashboards</li>\n<li><code>can_update_dashboard_authorizations</code>: Can update dashboard authorization rights for a user</li>\n<li><code>can_email_reports</code>: Allows you to send a Report PDF to a respondent</li>\n<li><code>can_manage_respondents</code>: Gives you access rights to create, update and delete respondents (Contacts)</li>\n<li><code>can_manage_respondent_groups</code>: Gives you access rights to create, update and delete respondents (Contacts)</li>\n<li><code>can_manage_responses</code>: Gives you access rights to get survey responses</li>\n</ul>\n","urlObject":{"protocol":"https","path":["oauth","token"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"a24cfda3-67e1-4dd7-98ff-8066cc617117","name":"Retrieving tokens","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"<ID>","type":"text"},{"key":"client_secret","value":"<SECRET>","type":"text"},{"key":"scope","value":"can_create_user can_delete_user","type":"text"}]},"url":"https://api.pointerpro.com/oauth/token"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31536000,\n    \"access_token\": \"<TOKEN>\"\n}"}],"_postman_id":"413509dd-83b2-4f24-bcff-040f0baa7465"}],"id":"dd8b25ba-d65b-40a0-a0b1-1c53fa4932a5","_postman_id":"dd8b25ba-d65b-40a0-a0b1-1c53fa4932a5","description":""},{"name":"Users","item":[{"name":"Create user","id":"80729456-6751-4856-b023-0c4e53e77054","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyMyIsImp0aSI6ImVlYzRlMmUwODBjMDE4N2Y3YWEyOTk2NTBjMGRjMmU5NDA4YjU5NTZlMjBjNGI1OGEzNmRmZjQ4ZmU0NDE4MWEwMTQ0YTBiMWQwMzMzMDFhIiwiaWF0IjoxNzY0MjQ3MTUzLjMxNzgxOSwibmJmIjoxNzY0MjQ3MTUzLjMxNzgyNSwiZXhwIjoxNzk1NzgzMTUzLjMwMzYyMiwic3ViIjoiIiwic2NvcGVzIjpbImNhbl9jcmVhdGVfdXNlciIsImNhbl9kZWxldGVfdXNlciJdfQ.q7uFEYlFuB9wn7hKPdLpXTiWcUMa86Gpw5U-UndwQDQOF4uwNZ2eiQ4CrwrPWFLAgeMTgpUxA8vYf-CvLh91-glqaDT5Jg0hnIyC5_TL0BnGK43vmb_4T_ZzOKGbVNRfcDXd61eq9aeu-mF6AL25JZTxsjVKZB1BI9-ltC8Y3BATRrXYuN3yAwzEJ-lNrTo3qdIFZmbscvPCWn_c3qsdg8K9apBRJhUklaLCcsUjBExGuCaVmTzd8PHfaJTEm7y7EB73MWY4GhokgyqWJsllqfe-wcEurr0KfpuaalRFFFLwEJI53GvNtlslam96pIPIQ7UNnDl4lLZQ_cNHcRK6iyxhMBWqFO27ZANpJ_vkHoL4H6pyeeT1gtboUzvGF_mJ4APkXgsBiv0JXk8ha6M7ueHL2lP7uYJrbRm6AebKMitmHJplzUtj15Sy6ep4Ub2bN0Wace69l5YsIjK33tt-lZwcGOO8HIj-FQ1KLr9IhbdRSIvvu9ehy7-T0kOwCOIeFt1v1oE9m2YVQsFaMxLGjtQdg3FXWCZU9NVejQXQUQ_fSM7Ged94zxFlbu7je4i6utyA2s02aUAxm7r4lnKW2SeGYQmveHiN2SVF2Ae5UucvLMRglVLVJbhvjhYrwIfTNy91WfcOv8R8Mge40dycE2EH7soTZj7vwvBdeScRPAM","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Foo\",\n    \"last_name\": \"Bar\",\n    \"email\": \"foo@company.com\",\n    \"role\": \"customer\",\n    \"send_activation_email\": false,\n    \"custom_invitation\": \"My Custom Invitation\",\n    \"permissions\": [\n        \"create.index\",\n        \"respondents.index\",\n        \"report-template.index\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/users","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_create_user</code></li>\n</ul>\n<h1 id=\"custom-invitations\">Custom invitations</h1>\n<p>Is not a required property, can be empty.<br />Only accepts a custom invitation of the admin inside your organization.</p>\n<p>Give the custom invitation name with the request, for example 'Company A Invite'.<br />If <code>send_activitation_email</code> is true, and no <code>custom_invitation</code> value is given, then the default email will be sent.</p>\n<h1 id=\"possible-permissions\">Possible permissions</h1>\n<ul>\n<li>create.index</li>\n<li>respondents.index</li>\n<li>report-template.index</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","users"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"c4232557-3ddd-41b2-835f-a18f39f96bd5","name":"Create user success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Foo\",\n    \"last_name\": \"Bar\",\n    \"email\": \"foo@company.com\",\n    \"role\": \"customer\",\n    \"send_activation_email\": true,\n    \"permissions\": [\n        \"create.index\",\n        \"respondents.index\",\n        \"report-template.index\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"first_name\": \"Foo\",\n    \"last_name\": \"Bar\",\n    \"email\": \"foo@company.com\",\n    \"permissions\": [\n        \"create.index\",\n        \"respondents.index\",\n        \"report-template.index\"\n    ]\n}"},{"id":"9a9132ab-adb5-4965-b25a-055e7b0c4fa5","name":"Create user exist error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Foo\",\n    \"last_name\": \"Bar\",\n    \"email\": \"foo@company.com\",\n    \"role\": \"customer\",\n    \"send_activation_email\": true,\n    \"permissions\": [\n        \"create.index\",\n        \"respondents.index\",\n        \"report-template.index\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/users"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 1,\n    \"error\": \"User foo@company.com is already part of your team.\",\n    \"key\": \"user_exists\",\n    \"code\": \"409\"\n}"}],"_postman_id":"80729456-6751-4856-b023-0c4e53e77054"}],"id":"ac334a31-f0a7-4df9-b5ed-0747433065b8","_postman_id":"ac334a31-f0a7-4df9-b5ed-0747433065b8","description":""},{"name":"Dashboards","item":[{"name":"Get dashboard authorizations for given user","id":"e0456b76-7099-4400-8714-0900e28bf859","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/{userId}/dashboards","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_get_dashboards</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","dashboards"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"20c2adea-a7ae-468b-b0d0-d0590f0a12a1","name":"Get dashboard authorizations for given user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/{userId}/dashboards"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"dashboards\": [\n        {\n            \"id\": 1,\n            \"name\": \"My Dashboard\",\n            \"title\": \"360 Assessment\",\n            \"url\": \"my-company-assessment\"\n        }\n    ]\n}"}],"_postman_id":"e0456b76-7099-4400-8714-0900e28bf859"},{"name":"Update dashboard authorizations","id":"2d261adb-90a2-4e6a-92dc-a8dc6a035222","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dashboards\": {\n        \"1\": \"view_reporting_dashboard\",\n        \"2\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/dashboards/authorizations","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_update_dashboard_authorizations</code></li>\n</ul>\n<h1 id=\"possible-authorizations\">Possible authorizations</h1>\n<ul>\n<li>no_access</li>\n<li>view_reporting_dashboard</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","dashboards","authorizations"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"da71e1d3-3c80-4736-97db-336b49effb56","name":"Update dashboard authorizations","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"dashboards\": {\n        \"1\": \"view_reporting_dashboard\",\n        \"2\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/dashboards/authorizations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"2d261adb-90a2-4e6a-92dc-a8dc6a035222"}],"id":"8aaa24a7-97a3-4302-8479-048404ebe4f0","_postman_id":"8aaa24a7-97a3-4302-8479-048404ebe4f0","description":""},{"name":"Surveys","item":[{"name":"Get survey authorizations for given user","id":"51d0184f-4126-43a4-b9cc-6b7fa3a25c44","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_get_surveys</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","surveys"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"77ab341b-1044-45d4-8885-5632e57e6a38","name":"Get survey authorizations for given user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"surveys\": [\n        {\n            \"id\": 1,\n            \"unique_identifier\": \"afb16d89-7893-451a-8f13-d3366da66fff\",\n            \"title\": \"360 Assessment\",\n            \"url\": \"my-company-assessment\"\n        }\n    ]\n}"}],"_postman_id":"51d0184f-4126-43a4-b9cc-6b7fa3a25c44"},{"name":"Get survey","id":"367a7b12-e321-4dde-a5e2-2d4c793ac3f6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUUID}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_get_surveys</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{surveyUUID}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"323131a1-b0f6-4734-ad00-d47dbc75dd47","name":"Get survey","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUUID}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"unique_identifier\": \"test-survey-unique-identifier\",\n    \"title\": \"My Questionnaire\",\n    \"last_updated\": \"2024-06-26 08:18:15\",\n    \"date_creation\": \"2023-11-03 12:41:13\",\n    \"version\": 3,\n    \"description\": \"<p>This is an example</p>\",\n    \"offline\": false,\n    \"status\": true,\n    \"response_count\": 41,\n    \"incomplete_response_count\": 7,\n    \"questionblocks\": [\n        {\n            \"id\": null,\n            \"order\": 1,\n            \"random\": false,\n            \"group\": false,\n            \"question_pool\": 0,\n            \"question_pool_enabled\": false,\n            \"score_weight\": 1,\n            \"score_max_converted\": null,\n            \"background_image\": null,\n            \"background_image_mobile\": null,\n            \"background_color\": null,\n            \"layout\": \"standard\",\n            \"translations\": [],\n            \"questions\": [\n                {\n                    \"id\": null,\n                    \"unique_identifier\": \"test-question-unique-identifier\",\n                    \"order\": 1,\n                    \"locked\": false,\n                    \"status\": true,\n                    \"editable\": true,\n                    \"question_block\": null,\n                    \"mandatory\": false,\n                    \"correct_score\": null,\n                    \"wrong_score\": null,\n                    \"score_weight\": 1,\n                    \"freetext\": false,\n                    \"allow_feedback\": false,\n                    \"feedback_enabled\": false,\n                    \"feedback_media_enabled\": false,\n                    \"allow_facebook_like\": false,\n                    \"has_correct_answer\": false,\n                    \"custom_validation\": false,\n                    \"type\": {\n                        \"id\": 1,\n                        \"object_name\": \"text_choice\",\n                        \"name\": \"editor.questions.types.text_choice.name\",\n                        \"icon\": \"icon-task-check\",\n                        \"params\": [\n                            {\n                                \"type\": [\n                                    {\n                                        \"language_id\": 1,\n                                        \"value\": \"single\",\n                                        \"key\": \"type\",\n                                        \"multiple\": false\n                                    }\n                                ],\n                                \"free_text_label\": [\n                                    {\n                                        \"language_id\": 1,\n                                        \"value\": \"\",\n                                        \"key\": \"free_text_label\"\n                                    }\n                                ],\n                                \"additional_image_label\": [\n                                    {\n                                        \"language_id\": 1,\n                                        \"value\": \"\",\n                                        \"key\": \"additional_image_label\"\n                                    }\n                                ],\n                                \"shuffle\": [\n                                    {\n                                        \"value\": false,\n                                        \"key\": \"shuffle\"\n                                    }\n                                ],\n                                \"min_answers\": [\n                                    {\n                                        \"value\": null,\n                                        \"key\": \"min_answers\"\n                                    }\n                                ],\n                                \"max_answers\": [\n                                    {\n                                        \"value\": null,\n                                        \"key\": \"max_answers\"\n                                    }\n                                ],\n                                \"question_score\": [\n                                    {\n                                        \"value\": false,\n                                        \"key\": \"question_score\"\n                                    }\n                                ],\n                                \"pro_rata_enabled\": [\n                                    {\n                                        \"value\": false,\n                                        \"key\": \"pro_rata_enabled\"\n                                    }\n                                ],\n                                \"pro_rata_score\": [\n                                    {\n                                        \"value\": null,\n                                        \"key\": \"pro_rata_score\"\n                                    }\n                                ],\n                                \"hide_results\": [\n                                    {\n                                        \"value\": false,\n                                        \"key\": \"hide_results\"\n                                    }\n                                ],\n                                \"custom_score_enabled\": [\n                                    {\n                                        \"value\": true,\n                                        \"key\": \"custom_score_enabled\"\n                                    }\n                                ],\n                                \"columns\": [\n                                    {\n                                        \"value\": 1,\n                                        \"key\": \"columns\"\n                                    }\n                                ],\n                                \"not_applicable\": [\n                                    {\n                                        \"language_id\": 1,\n                                        \"value\": false,\n                                        \"key\": \"not_applicable\"\n                                    }\n                                ]\n                            }\n                        ]\n                    },\n                    \"translations\": [\n                        {\n                            \"id\": null,\n                            \"language_id\": 1,\n                            \"text\": \"Question title\",\n                            \"explanation\": null,\n                            \"feedback_label\": null,\n                            \"x_axis_label\": null,\n                            \"y_axis_label\": null,\n                            \"question_tag\": null,\n                            \"hint\": null,\n                            \"pay_label\": null\n                        }\n                    ],\n                    \"media\": [],\n                    \"answers\": [\n                        {\n                            \"id\": null,\n                            \"unique_identifier\": null,\n                            \"order\": 1,\n                            \"correct\": false,\n                            \"score\": 0,\n                            \"mandatory\": false,\n                            \"translations\": [\n                                {\n                                    \"id\": null,\n                                    \"language_id\": 1,\n                                    \"text\": \"Answer text\",\n                                    \"explanation\": null\n                                }\n                            ],\n                            \"type\": {\n                                \"id\": 1,\n                                \"type_name\": \"editor.answers.types.text.name\",\n                                \"object_name\": \"text\",\n                                \"params\": [\n                                    {\n                                        \"outcomes\": [\n                                            {\n                                                \"key\": \"outcomes\",\n                                                \"value\": \"\",\n                                                \"language_id\": 1\n                                            }\n                                        ],\n                                        \"formulas\": [\n                                            {\n                                                \"key\": \"formulas\",\n                                                \"value\": \"\",\n                                                \"language_id\": 1\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"customfields\": [\n        {\n            \"id\": null,\n            \"mandatory\": false,\n            \"hide\": false,\n            \"type\": {\n                \"id\": 1,\n                \"type_name\": \"editor.customfields.types.text.name\",\n                \"object_name\": \"inputfield text\",\n                \"params\": []\n            },\n            \"order\": 1,\n            \"translations\": [\n                {\n                    \"id\": null,\n                    \"label\": \"Custom Field 1\",\n                    \"language_id\": 1,\n                    \"name\": \"Custom Field\"\n                }\n            ]\n        }\n    ],\n    \"outcomes\": [\n        {\n            \"id\": null,\n            \"media\": null,\n            \"media_type\": null,\n            \"order\": 1,\n            \"trigger\": \"rule\",\n            \"status\": true,\n            \"show_view_correct_answers\": false,\n            \"show_back_to_start\": false,\n            \"socialmedia_enabled\": false,\n            \"socialmedia_facebook\": null,\n            \"redirect_url\": null,\n            \"translations\": [\n                {\n                    \"id\": null,\n                    \"language_id\": 1,\n                    \"title\": \"Outcome 1\",\n                    \"text\": \"\",\n                    \"share_text\": null,\n                    \"share_url\": null\n                }\n            ],\n            \"type\": {\n                \"id\": 1,\n                \"name\": \"editor.advanced.outcomes.types.basic.name\",\n                \"object_name\": \"basic_outcome\"\n            }\n        }\n    ],\n    \"formulas\": [\n        {\n            \"id\": null,\n            \"unique_identifier\": \"test-formula-unique-identifier\",\n            \"survey_id\": null,\n            \"survey_predefined_filter_id\": null,\n            \"name\": \"Test Formula\",\n            \"formula\": \"\",\n            \"order\": 1,\n            \"serverside\": false,\n            \"rounded\": 0,\n            \"recalculate_for_reports\": false,\n            \"use_report_filter\": false,\n            \"filters\": null\n        }\n    ]\n}\n"}],"_postman_id":"367a7b12-e321-4dde-a5e2-2d4c793ac3f6"},{"name":"Update survey authorizations","id":"a9b665fe-bab7-43d0-85fd-7e06c5fb6eb4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"surveys\": {\n        \"1\": \"edit_survey\",\n        \"2\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys/authorizations","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_update_survey_authorizations</code></li>\n</ul>\n<h1 id=\"possible-authorizations\">Possible authorizations</h1>\n<ul>\n<li>no_access</li>\n<li>share</li>\n<li>share_only</li>\n<li>view_survey</li>\n<li>edit_survey</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","surveys","authorizations"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"8fc006c0-eea2-452d-9961-374e56d79978","name":"Update survey authorizations","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"surveys\": {\n        \"1\": \"edit_survey\",\n        \"2\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys/authorizations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"a9b665fe-bab7-43d0-85fd-7e06c5fb6eb4"},{"name":"Update survey invitation limit","id":"5f96242b-741a-48e4-a37b-f9120fbcd41f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"surveys\": {\n        \"1\": 100,\n        \"2\": 250\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys/max-invites","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_update_survey_authorizations</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","surveys","max-invites"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"d9f27e4b-11e4-4922-97ae-58c3a9517b80","name":"Update survey max invitation limit","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"surveys\": {\n        \"1\": 100,\n        \"2\": 250\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys/max-invites"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"5f96242b-741a-48e4-a37b-f9120fbcd41f"}],"id":"0e15a554-c963-40ac-b50c-fa003fe20d70","_postman_id":"0e15a554-c963-40ac-b50c-fa003fe20d70","description":""},{"name":"Reports","item":[{"name":"Send report email","id":"59b54ae4-d77e-46da-8ac7-76d00afa9e30","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cached\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/report-templates/{template_unique_identifier}/sessions/{session_unique_identifier}/email","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_email_reports</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","report-templates","{template_unique_identifier}","sessions","{session_unique_identifier}","email"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"89003ba0-aece-4630-ac12-f76e41ac0076","name":"Send report email","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cached\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/report-templates/{templateId}/sessions/{sessionId}/email"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"59b54ae4-d77e-46da-8ac7-76d00afa9e30"},{"name":"Update report authorizations","id":"106c3ea6-40d4-4dba-b806-c75d3e2d29be","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"report_templates\": {\n        \"dd54f22f-2404-4295-a3da-3f016fc77c26\": \"view_report_template\",\n        \"200e5b00-badd-4ba3-b729-87748f06f13c\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys/{surveyUid}/report-templates/authorizations","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_update_dashboard_report_template_authorizations</code></li>\n</ul>\n<h1 id=\"possible-authorizations\">Possible authorizations</h1>\n<ul>\n<li>no_access</li>\n<li>view_report_template</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","surveys","{surveyUid}","report-templates","authorizations"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"26776655-bc2c-484e-9237-852ee3ac5ba0","name":"Update report authorizations","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"report_templates\": {\n        \"dd54f22f-2404-4295-a3da-3f016fc77c26\": \"view_report_template\",\n        \"200e5b00-badd-4ba3-b729-87748f06f13c\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/surveys/{surveyUid}/report-templates/authorizations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"106c3ea6-40d4-4dba-b806-c75d3e2d29be"}],"id":"ed0fb047-b5c1-4bad-80b9-fe2ceec7adbb","_postman_id":"ed0fb047-b5c1-4bad-80b9-fe2ceec7adbb","description":""},{"name":"Contacts","item":[{"name":"Create contact","id":"2ec3eaf4-723c-4096-95c0-a3ce465de47d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [{\n\t\t\t\"custom_data\": \"string\",\n\t\t\t\"do_not_mail\": false,\n\t\t\t\"email\": \"example@mail.com\",\n            \"parent_email\": \"parent.user@mail.com (optional)\",\n\t\t\t\"external_id\": \"abc123\",\n\t\t\t\"last_name\": \"Bar\",\n\t\t\t\"name\": \"Foo\",\n\t\t\t\"group_unique_identifier\": \"eddfd2c0-4ff1-4d78-920b-565002ce2d76 (optional)\",\n\t\t\t\"integration_id\": \"string (optional)\",\n\t\t\t\"language_code\": \"en (optional)\",\n\t\t\t\"fields\": [{\n\t\t\t\t\t\"name\": \"function\",\n\t\t\t\t\t\"value\": \"Developer\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"age\",\n\t\t\t\t\t\"value\": \"23\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"custom_data\": \"string\",\n\t\t\t\"do_not_mail\": false,\n\t\t\t\"email\": \"example2@mail.com\",\n\t\t\t\"external_id\": \"abc123\",\n\t\t\t\"last_name\": \"Bar\",\n\t\t\t\"name\": \"Foo\",\n\t\t\t\"group_unique_identifier\": \"eddfd2c0-4ff1-4d78-920b-565002ce2d76 (optional)\",\n\t\t\t\"integration_id\": \"string (optional)\",\n\t\t\t\"language_code\": \"en (optional)\",\n\t\t\t\"fields\": [{\n\t\t\t\t\t\"name\": \"function\",\n\t\t\t\t\t\"value\": \"Developer\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"age\",\n\t\t\t\t\t\"value\": \"23\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondents","description":"<p>This endpoint can be used to create multiple contacts at once. When a given email address already exists within your organization, it will update the contact linked to that email address. When email addresses of existing contacts are not present in the payload, they will be ignored.</p>\n<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondents</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondents"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"fa06aea5-4276-466d-8b17-51c2084286fa","name":"Create contact","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [{\n\t\t\t\"custom_data\": \"string\",\n\t\t\t\"do_not_mail\": false,\n\t\t\t\"email\": \"example@mail.com\",\n\t\t\t\"external_id\": \"abc123\",\n\t\t\t\"last_name\": \"Bar\",\n\t\t\t\"name\": \"Foo\",\n\t\t\t\"group_unique_identifier\": \"eddfd2c0-4ff1-4d78-920b-565002ce2d76 (optional)\",\n\t\t\t\"integration_id\": \"string (optional)\",\n\t\t\t\"language_code\": \"en (optional)\",\n\t\t\t\"fields\": [{\n\t\t\t\t\t\"name\": \"function\",\n\t\t\t\t\t\"value\": \"Developer\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"age\",\n\t\t\t\t\t\"value\": \"23\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"custom_data\": \"string\",\n\t\t\t\"do_not_mail\": false,\n\t\t\t\"email\": \"example2@mail.com\",\n\t\t\t\"external_id\": \"abc123\",\n\t\t\t\"last_name\": \"Bar\",\n\t\t\t\"name\": \"Foo\",\n\t\t\t\"group_unique_identifier\": \"eddfd2c0-4ff1-4d78-920b-565002ce2d76 (optional)\",\n\t\t\t\"integration_id\": \"string (optional)\",\n\t\t\t\"language_code\": \"en (optional)\",\n\t\t\t\"fields\": [{\n\t\t\t\t\t\"name\": \"function\",\n\t\t\t\t\t\"value\": \"Developer\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"age\",\n\t\t\t\t\t\"value\": \"23\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"data\": [{\n\t\t\t\"custom_data\": \"string\",\n\t\t\t\"do_not_mail\": false,\n\t\t\t\"email\": \"example@mail.com\",\n            \"parent_email\": \"parent.user@mail.com (optional)\",\n\t\t\t\"external_id\": \"abc123\",\n\t\t\t\"unique_identifier\": \"mAusuLDEz\",\n\t\t\t\"last_name\": \"Bar\",\n\t\t\t\"name\": \"Foo\",\n\t\t\t\"integration_id\": \"string\",\n\t\t\t\"language_code\": \"en\"\n\t\t},\n\t\t{\n\t\t\t\"custom_data\": \"string\",\n\t\t\t\"do_not_mail\": false,\n\t\t\t\"email\": \"example2@mail.com\",\n            \"parent_email\": \"parent.user2@mail.com (optional)\",\n\t\t\t\"external_id\": \"abc123\",\n\t\t\t\"unique_identifier\": \"XMYzIE3pO\",\n\t\t\t\"last_name\": \"Bar\",\n\t\t\t\"name\": \"Foo\",\n\t\t\t\"integration_id\": \"string\",\n\t\t\t\"language_code\": \"en\"\n\t\t}\n\t]\n}"}],"_postman_id":"2ec3eaf4-723c-4096-95c0-a3ce465de47d"},{"name":"Delete contact","id":"d68441ac-d1bf-4719-af86-a111f6d20139","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondents/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondents</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondents","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"087d7a07-30ca-4740-938b-d3e35c2143bc","name":"Delete contact","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondents/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"success\": true\n}"}],"_postman_id":"d68441ac-d1bf-4719-af86-a111f6d20139"},{"name":"Update contact","id":"e043beba-cd82-4609-a7fd-ae5e3e8570ce","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_data\": \"string\",\n\t\"do_not_mail\": false,\n\t\"email\": \"example@mail.com\",\n    \"parent_email\": \"parent.user@mail.com (optional)\",\n\t\"external_id\": \"abc123\",\n\t\"last_name\": \"Bar\",\n\t\"name\": \"Foo\",\n    \"integration_id\": \"string (optional)\",\n    \"language_code\": \"en (optional)\",\n\t\"fields\": [\n        {\n\t\t\t\"name\": \"function\",\n\t\t\t\"value\": \"Developer\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"age\",\n\t\t\t\"value\": \"23\"\n\t\t}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondents/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondents</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondents","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"8de1851d-b000-435c-a52c-7e9566c18419","name":"Update contact","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_data\": \"string\",\n\t\"do_not_mail\": false,\n\t\"email\": \"example@mail.com\",\n\t\"external_id\": \"abc123\",\n\t\"last_name\": \"Bar\",\n\t\"name\": \"Foo\",\n    \"integration_id\": \"string (optional)\",\n    \"language_code\": \"en (optional)\",\n\t\"fields\": [\n        {\n\t\t\t\"name\": \"function\",\n\t\t\t\"value\": \"Developer\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"age\",\n\t\t\t\"value\": \"23\"\n\t\t}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondents/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"custom_data\": \"string\",\n\t\"do_not_mail\": false,\n\t\"email\": \"example@mail.com\",\n    \"parent_email\": \"parent.user@mail.com (optional)\",\n\t\"external_id\": \"abc123\",\n    \"unique_identifier\": \"mAusuLDEz\",\n\t\"last_name\": \"Bar\",\n\t\"name\": \"Foo\",\n    \"integration_id\": \"string\",\n    \"language_code\": \"en\"\n}"}],"_postman_id":"e043beba-cd82-4609-a7fd-ae5e3e8570ce"},{"name":"Get contact","id":"e39d295e-ac02-44a8-bd23-8a7d49846626","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/respondents/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondents</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondents","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"c2560989-3ad6-4da6-bc52-0245516f971a","name":"Get contact","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/respondents/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"custom_data\": \"string\",\n\t\"do_not_mail\": false,\n\t\"email\": \"example@mail.com\",\n    \"unique_identifier\": \"mAusuLDEz\",\n\t\"external_id\": \"abc123\",\n\t\"last_name\": \"Bar\",\n\t\"name\": \"Foo\",\n    \"integration_id\": \"string\",\n    \"language_code\": \"en\",\n    \"fields\": [\n        {\n\t\t\t\"name\": \"function\",\n\t\t\t\"value\": \"Developer\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"age\",\n\t\t\t\"value\": \"23\"\n\t\t}\n    ]\n}"}],"_postman_id":"e39d295e-ac02-44a8-bd23-8a7d49846626"}],"id":"f95d5b6a-cf93-448f-b338-8cc5b662a237","description":"<p>Needs scope \"can_manage_respondents\"</p>\n","_postman_id":"f95d5b6a-cf93-448f-b338-8cc5b662a237"},{"name":"Contact Lists","item":[{"name":"Create contact list","id":"ddc76b44-2a7b-4d5b-be65-4aa43a8f7d06","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondent_groups</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-groups"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"7620263e-603a-44bd-a0cf-2d5d48600c91","name":"Create contact list","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\",\n    \"unique_identifier\": \"c2abdf90-4c4b-464a-b2b5-4b7a38aa5744\"\n}"}],"_postman_id":"ddc76b44-2a7b-4d5b-be65-4aa43a8f7d06"},{"name":"Delete contact list","id":"8d6a741f-65f8-42c6-8823-ea8b2327eee2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondent_groups</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-groups","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"69e49db6-8288-4f36-af53-43442f90f839","name":"Delete contact","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"success\": true\n}"}],"_postman_id":"8d6a741f-65f8-42c6-8823-ea8b2327eee2"},{"name":"Update contact list","id":"2e78514a-a35b-4a3c-b1fc-8dc0158e367e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondent_groups</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-groups","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"597aae42-df97-4d3c-969a-3a58ba387a1a","name":"Update contact list","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\",\n    \"unique_identifier\": \"c2abdf90-4c4b-464a-b2b5-4b7a38aa5744\"\n}"}],"_postman_id":"2e78514a-a35b-4a3c-b1fc-8dc0158e367e"},{"name":"Get contact list","id":"d4a2c65a-68e6-4c8f-8c28-2d571cc75b7f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondent_groups</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-groups","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"7354c1db-14f0-4a26-a080-87266b0ce446","name":"Get contact list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"name\": \"string\",\n\t\"integration_id\": \"string (optional)\",\n    \"unique_identifier\": \"c2abdf90-4c4b-464a-b2b5-4b7a38aa5744\"\n}"}],"_postman_id":"d4a2c65a-68e6-4c8f-8c28-2d571cc75b7f"},{"name":"Add contacts to contact list","id":"15696182-a8be-4bef-96b9-288138ccd2da","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [\n        \"respondent_unique_identifier1\",\n        \"respondent_unique_identifier2\"\n    ],\n\t\"respondent_groups\": [\n        \"respondent_group_unique_identifier1\",\n        \"respondent_group_unique_identifier2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/add-respondents","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondent_groups</code></li>\n<li><code>can_manage_respondents</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-groups","add-respondents"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"6d1b1e84-c47a-450f-9677-4dfcbe6c2bf0","name":"Add contacts to contact list","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [\n        \"respondent_unique_identifier1\",\n        \"respondent_unique_identifier2\"\n    ],\n\t\"respondent_groups\": [\n        \"respondent_group_unique_identifier1\",\n        \"respondent_group_unique_identifier2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/add-respondents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"success\": true\n}"}],"_postman_id":"15696182-a8be-4bef-96b9-288138ccd2da"},{"name":"Delete contacts from contact list","id":"66703fa3-e230-40ae-8c12-1be633e35fce","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [\n        \"respondent_unique_identifier1\",\n        \"respondent_unique_identifier2\"\n    ],\n\t\"respondent_groups\": [\n        \"respondent_group_unique_identifier1\",\n        \"respondent_group_unique_identifier2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/delete-respondents","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_respondent_groups</code></li>\n<li><code>can_manage_respondents</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-groups","delete-respondents"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"5d032941-7e34-4a60-b4dd-a26fd9675489","name":"Delete contacts to contact list","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [\n        \"respondent_unique_identifier1\",\n        \"respondent_unique_identifier2\"\n    ],\n\t\"respondent_groups\": [\n        \"respondent_group_unique_identifier1\",\n        \"respondent_group_unique_identifier2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-groups/delete-respondents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"success\": true\n}"}],"_postman_id":"66703fa3-e230-40ae-8c12-1be633e35fce"}],"id":"57fb7437-2e04-431d-a634-6512faef29d3","description":"<p>Needs scope \"can_manage_respondent_groups\"</p>\n","_postman_id":"57fb7437-2e04-431d-a634-6512faef29d3"},{"name":"Sessions","item":[{"name":"Get contact responses","id":"0a126b77-828e-4348-b2b9-f51cf6218a8d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/sessions/{unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_responses</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","sessions","{unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"688abcbc-eae5-4cf7-849c-23db5a49cd59","name":"Get contact responses","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/sessions/{unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"data\": [{\n\t\t\"complete\": true,\n\t\t\"custom_score\": 10,\n\t\t\"date_created\": \"2022-10-10 05:06:04\",\n\t\t\"duration\": 20,\n\t\t\"max_custom_score\": 20,\n\t\t\"max_score\": 50,\n\t\t\"partial\": false,\n\t\t\"score\": 11,\n\t\t\"server_date_completed\": \"2022-10-10 06:06:24\",\n\t\t\"server_date_created\": \"2022-10-10 06:06:04\",\n\t\t\"unique_identifier\": \"38e20b23-2b94-479e-821e-57ac3bb8186f\",\n\t\t\"survey\": {\n\t\t\t\"unique_identifier\": \"48dfbdb5-8ef9-455e-be08-97bfe496c5d8\",\n\t\t\t\"title\": \"Survey 2\"\n\t\t}\n\t}, {\n\t\t\"complete\": true,\n\t\t\"custom_score\": 20,\n\t\t\"date_created\": \"2022-09-10 05:06:04\",\n\t\t\"duration\": 30,\n\t\t\"max_custom_score\": 30,\n\t\t\"max_score\": 60,\n\t\t\"partial\": false,\n\t\t\"score\": 21,\n\t\t\"server_date_completed\": \"2022-09-10 06:06:34\",\n\t\t\"server_date_created\": \"2022-09-10 06:06:04\",\n\t\t\"unique_identifier\": \"a5cea3b5-f8f6-4a0f-9b3c-941d05a00619\",\n\t\t\"survey\": {\n\t\t\t\"unique_identifier\": \"807301f7-8307-4e36-9f3b-24351bcfb3e0\",\n\t\t\t\"title\": \"Survey 1\"\n\t\t}\n\t}],\n\t\"links\": {\n\t\t\"first\": \"https://api.pointerpro.com/v3/oauth/sessions/vrkdNBDma?page=1\",\n\t\t\"last\": \"https://api.pointerpro.com/v3/oauth/sessions/vrkdNBDma?page=1\",\n\t\t\"prev\": null,\n\t\t\"next\": null\n\t},\n\t\"meta\": {\n\t\t\"current_page\": 1,\n\t\t\"from\": 1,\n\t\t\"last_page\": 1,\n\t\t\"links\": [{\n\t\t\t\"url\": null,\n\t\t\t\"label\": \"&laquo; Previous\",\n\t\t\t\"active\": false\n\t\t}, {\n\t\t\t\"url\": \"https://api.pointerpro.com/v3/oauth/sessions/vrkdNBDma?page=1\",\n\t\t\t\"label\": \"1\",\n\t\t\t\"active\": true\n\t\t}, {\n\t\t\t\"url\": null,\n\t\t\t\"label\": \"Next &raquo;\",\n\t\t\t\"active\": false\n\t\t}],\n\t\t\"path\": \"https://api.pointerpro.com/v3/oauth/sessions/vrkdNBDma\",\n\t\t\"per_page\": 15,\n\t\t\"to\": 3,\n\t\t\"total\": 3\n\t}\n}"}],"_postman_id":"0a126b77-828e-4348-b2b9-f51cf6218a8d"},{"name":"Get survey responses","id":"db3274c8-cbfb-4e6f-93b5-9a5092167e6f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/surveys/{unique_identifier}/sessions?from=2021-03-20 10:38:03&until=2025-03-20 10:38:03","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><p><code>can_get_surveys</code></p>\n</li>\n<li><p><code>can_manage_responses</code></p>\n</li>\n</ul>\n<p>Both from and until params are optional</p>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{unique_identifier}","sessions"],"host":["api","pointerpro","com"],"query":[{"key":"from","value":"2021-03-20 10:38:03"},{"key":"until","value":"2025-03-20 10:38:03"}],"variable":[]}},"response":[{"id":"4e8fdab7-ef3b-4f13-806c-bd909d5ff6bb","name":"Get survey responses","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":{"raw":"https://api.pointerpro.com/v3/oauth/surveys/{unique_identifier}/sessions?before=2021-03-20 10:38:03&until=2025-03-20 10:38:03","protocol":"https","host":["api","pointerpro","com"],"path":["v3","oauth","surveys","{unique_identifier}","sessions"],"query":[{"key":"before","value":"2021-03-20 10:38:03","type":"text"},{"key":"until","value":"2025-03-20 10:38:03","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"date_created_utc\": \"2022-12-12 12:26:46\",\n            \"date_created\": \"2022-12-12 13:26:47\",\n            \"unique_identifier\": \"4bf09eb7-cdf9-4a2b-beed-322c6e2ad149\",\n            \"respondent\": null\n        },\n        {\n            \"date_created_utc\": \"2024-03-20 10:37:09\",\n            \"date_created\": \"2024-03-20 11:37:12\",\n            \"unique_identifier\": \"9483894b-6d18-4c41-b26d-face012a2bfc\",\n            \"respondent\": null\n        },\n        {\n            \"date_created_utc\": \"2024-03-20 10:37:44\",\n            \"date_created\": \"2024-03-20 11:37:45\",\n            \"unique_identifier\": \"1187f619-6cb9-4e5b-a5b1-edf60e01b090\",\n            \"respondent\": {\n                \"custom_data\": null,\n                \"do_not_mail\": false,\n                \"email\": \"foo@example.com\",\n                \"external_id\": \"1333\",\n                \"last_name\": \"Bar\",\n                \"name\": \"Foo\",\n                \"unique_identifier\": \"2gvlqKca8\",\n                \"integration_id\": null,\n                \"language_code\": null\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.pointerpro.com/v3/oauth/surveys/f931aa9a-a18f-4f2e-893c-38d54fb40141/sessions?page=1\",\n        \"last\": \"https://api.pointerpro.com/v3/oauth/surveys/f931aa9a-a18f-4f2e-893c-38d54fb40141/sessions?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.pointerpro.com/v3/oauth/surveys/f931aa9a-a18f-4f2e-893c-38d54fb40141/sessions?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.pointerpro.com/v3/oauth/surveys/f931aa9a-a18f-4f2e-893c-38d54fb40141/sessions\",\n        \"per_page\": 100,\n        \"to\": 3,\n        \"total\": 3\n    }\n}"}],"_postman_id":"db3274c8-cbfb-4e6f-93b5-9a5092167e6f"},{"name":"Get survey response","id":"923a826c-b88a-48a7-b3ec-fdddf8b7ceae","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/surveys/{unique_identifier}/sessions/{session_unique_identifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_get_surveys</code></li>\n<li><code>can_manage_responses</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{unique_identifier}","sessions","{session_unique_identifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"425b30e4-5d10-49f7-9682-6b68b10bb251","name":"Get survey response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/surveys/{unique_identifier}/sessions/{session_unique_identifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-08-10 04:06:04\",\n    \"timestamp_utc\": \"2022-08-10 05:06:04\",\n    \"unique_identifier\": \"c6277a49-23e0-4fc6-88ca-7bd2334d7e70\",\n    \"latitude\": 72.33,\n    \"longitude\": 74.93,\n    \"shared\": 0,\n    \"duration\": 40,\n    \"partial\": false,\n    \"quiz_time\": null,\n    \"user_agent\": \"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/123.0.0.0 Safari\\/537.36\",\n    \"ip_address\": \"127.0.0.1\",\n    \"device\": {\n        \"browser\": \"Chrome\",\n        \"browser_version\": \"123\",\n        \"os\": \"macOS\",\n        \"os_version\": \"Catalina 10.15\",\n        \"device\": \"Macintosh\",\n        \"type\": \"desktop\"\n    },\n    \"score\": 31,\n    \"max_score\": 70,\n    \"custom_score\": 30,\n    \"max_custom_score\": 40,\n    \"custom_score_as_percentage\": \"75%\",\n    \"quiz_score_as_percentage\": \"44%\",\n    \"respondent\": {\n        \"name\": \"Foo\",\n        \"last_name\": \"Bar\",\n        \"email\": \"foo@bar.com\",\n        \"external_id\": \"123\",\n        \"custom_data\": \"Very custom\",\n        \"unique_identifier\": \"abc123xyz\",\n        \"do_not_mail\": false,\n        \"updated_at\": \"2022-08-10T04:06:04.000000Z\",\n        \"has_additional_data\": false,\n        \"fields\": []\n    },\n    \"campaign\": {\n        \"title\": \"Campaign\",\n        \"url\": \"campaign123\"\n    },\n    \"language\": {\n        \"name\": \"English\",\n        \"code\": \"en\"\n    },\n    \"outcomes\": [\n        {\n            \"title\": \"Outcome 1\",\n            \"text\": \"This is outcome 1\"\n        }\n    ],\n    \"survey\": {\n        \"url\": \"survey123\",\n        \"unique_identifier\": \"8e451a3e-ee24-4434-b9d9-df8533a3aa4e\",\n        \"title\": \"My Questionnaire\",\n        \"last_update\": \"2024-04-22 14:05:31\",\n        \"user\": \"author@survey.net\"\n    },\n    \"access_code\": {\n        \"code\": \"secret\"\n    },\n    \"custom_fields\": [\n        {\n            \"name\": \"Custom Field\",\n            \"text\": \"Custom Field 1\",\n            \"value\": \"Hello world!\"\n        }\n    ],\n    \"questions\": [\n        {\n            \"unique_identifier\": \"96650ed2-8812-4ffb-bc41-ba4dfa3fa057\",\n            \"order\": 1,\n            \"title\": \"Question title\",\n            \"explanation\": null,\n            \"hint\": null,\n            \"media\": [],\n            \"type\": {\n                \"name\": \"editor.questions.types.text_choice.name\",\n                \"object_name\": \"text_choice\"\n            },\n            \"responses\": [],\n            \"response\": {\n                \"answer\": {\n                    \"unique_identifier\": \"b3e4d6ba-5ed0-47af-aefe-c45fa71f0537\"\n                },\n                \"text\": \"Answer text\",\n                \"not_applicable\": null\n            },\n            \"feedback\": null,\n            \"score\": null\n        },\n        {\n            \"unique_identifier\": \"4cfdebda-02ab-4783-984e-0caa7c4dce58\",\n            \"order\": 1,\n            \"title\": \"Question title\",\n            \"explanation\": null,\n            \"hint\": null,\n            \"media\": [],\n            \"type\": {\n                \"name\": \"editor.questions.types.text_choice.name\",\n                \"object_name\": \"text_choice\"\n            },\n            \"responses\": [],\n            \"response\": {\n                \"answer\": {\n                    \"unique_identifier\": null\n                },\n                \"text\": null,\n                \"not_applicable\": null\n            },\n            \"feedback\": null,\n            \"score\": null\n        }\n    ],\n    \"question_blocks\": [\n        {\n            \"title\": \"Question Block 1\",\n            \"order\": 1,\n            \"score\": null\n        }\n    ],\n    \"formula_results\": [\n        {\n            \"formula_order\": 1,\n            \"name\": \"Test Formula\",\n            \"unique_identifier\": \"ffef3d36-8cac-407e-a823-b4698e01921b\",\n            \"formula\": \"99+0\",\n            \"result\": \"99\"\n        }\n    ]\n}"}],"_postman_id":"923a826c-b88a-48a7-b3ec-fdddf8b7ceae"}],"id":"28b0de38-11e4-4f48-b77b-be419479615a","description":"<p>Needs scope \"can_manage_responses\"</p>\n","_postman_id":"28b0de38-11e4-4f48-b77b-be419479615a"},{"name":"Invites","item":[{"name":"Trigger email invite","id":"0627175f-7bcc-488d-8b08-a1aaa7b0ff4b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [\n        \"UID_1\",\n        \"UID_2\",\n        \"UID_3\",\n        \"UID_4\"\n\t],\n\t\"subaddressing\": true // optional and True by default\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-emails/{respondentEmail}/trigger","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_trigger_invites</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","respondent-emails","{respondentEmail}","trigger"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"f5e141a2-35a5-4b07-b2b7-33efb501b58a","name":"Trigger email invite","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"respondents\": [\n        \"UID_1\",\n        \"UID_2\",\n        \"UID_3\",\n        \"UID_4\"\n\t],\n    \"subaddressing\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/respondent-emails/{respondentEmail}/trigger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"success\": true\n}"}],"_postman_id":"0627175f-7bcc-488d-8b08-a1aaa7b0ff4b"}],"id":"84ef5f8d-ee8a-49d6-b598-74fb22988c50","_postman_id":"84ef5f8d-ee8a-49d6-b598-74fb22988c50","description":""},{"name":"Preconfigured Campaigns","item":[{"name":"Update preconfigured campaign authorizations","event":[{"listen":"test","script":{"id":"1bfe49b4-755c-4d87-8ed6-606a5c5a24b6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f9261c0d-19dd-443f-8da4-717ab0fba7a3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"preconfigured_campaigns\": {\n        \"preconfigured_campaign_unique_identifier_01\": \"view_respondent_email\",\n        \"preconfigured_campaign_unique_identifier_02\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/preconfigured-campaigns/authorizations","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_update_preconfigured_campaign_authorizations</code></li>\n</ul>\n<h1 id=\"possible-authorizations\">Possible authorizations</h1>\n<ul>\n<li>no_access</li>\n<li>view_respondent_email</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","{userId}","preconfigured-campaigns","authorizations"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"23c755ac-9423-4224-bb25-084dd51de557","name":"Update preconfigured campaign authorizations","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"preconfigured_campaigns\": {\n        \"preconfigured_campaign_unique_identifier_01\": \"view_respondent_email\",\n        \"preconfigured_campaign_unique_identifier_02\": \"no_access\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/{userId}/preconfigured-campaigns/authorizations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"f9261c0d-19dd-443f-8da4-717ab0fba7a3"}],"id":"95b6ca94-45e1-4cf3-ac5a-5bdcef71a174","_postman_id":"95b6ca94-45e1-4cf3-ac5a-5bdcef71a174","description":""},{"name":"Upload Responses","item":[{"name":"Upload response","id":"08c5dcd4-a2e8-4c87-8c9b-3f3a828dfa05","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Date & Time\": \"2025-01-01 10:40:30\",\n\t\"Duration\": \"10\",\n\t\"Contact Email\": \"john@example.net\",\n\t\"intro_fields\":{\n\t\t\"First Name\": \"John\"\n\t},\n\t\"questions\": {\n\t\t\"Question title\": \"Example response\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/upload-response","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_upload_responses</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{surveyUniqueIdentifier}","upload-response"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"57813d7e-8ac1-47f8-8caf-80f8a8dec679","name":"Upload response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Date & Time\": \"2025-01-01 10:40:30\",\n\t\"Duration\": \"10\",\n\t\"Contact Email\": \"john@example.net\",\n\t\"intro_fields\":{\n\t\t\"First Name\": \"John\"\n\t},\n\t\"questions\": {\n\t\t\"Question title\": \"Example response\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/upload-response"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2025-01-01 10:40:30\",\n    \"timestamp_utc\": \"2025-01-01 10:40:30\",\n    \"latitude\": null,\n    \"longitude\": null,\n    \"shared\": 0,\n    \"duration\": 10,\n    \"partial\": false,\n    \"quiz_time\": null,\n    \"user_agent\": null,\n    \"ip_address\": null,\n    \"device\": null,\n    \"score\": null,\n    \"max_score\": null,\n    \"custom_score\": null,\n    \"max_custom_score\": null,\n    \"custom_score_as_percentage\": \"0%\",\n    \"quiz_score_as_percentage\": \"0%\",\n    \"respondent\": {\n        \"email\": \"john@example.net\"\n    },\n    \"language\": {\n        \"name\": \"English\",\n        \"code\": \"en\"\n    },\n    \"outcomes\": [],\n    \"access_code\": {\n        \"code\": null\n    },\n    \"custom_fields\": [\n        {\n            \"name\": \"First Name\",\n            \"text\": \"First Name\",\n            \"value\": \"John\"\n        }\n    ],\n    \"questions\": [\n        {\n            \"unique_identifier\": \"4dda85a8-c8d8-4e25-adeb-f7de8629cc2a\",\n            \"order\": 1,\n            \"title\": \"Question title\",\n            \"explanation\": null,\n            \"hint\": null,\n            \"media\": [],\n            \"type\": {\n                \"name\": \"editor.questions.types.text_choice.name\",\n                \"object_name\": \"text_choice\"\n            },\n            \"responses\": [],\n            \"response\": {\n                \"answer\": {\n                    \"unique_identifier\": \"7ef15206-d7d2-4ef3-b6e5-69b974cbc937\"\n                },\n                \"text\": \"Answer 1\",\n                \"not_applicable\": false\n            },\n            \"feedback\": null,\n            \"score\": null\n        }\n    ],\n    \"question_blocks\": [\n        {\n            \"title\": \"Question Block 1\",\n            \"order\": 1,\n            \"score\": null\n        }\n    ],\n    \"formula_results\": [\n        {\n            \"formula_order\": 1,\n            \"name\": \"Formula\",\n            \"unique_identifier\": \"4e340214-60df-4fac-a38d-219e5f786e15\",\n            \"formula\": \"1+1\",\n            \"result\": \"2\"\n        }\n    ]\n}"}],"_postman_id":"08c5dcd4-a2e8-4c87-8c9b-3f3a828dfa05"}],"id":"e4ae9d05-9e45-4d21-9140-66b9bcd4a5b9","_postman_id":"e4ae9d05-9e45-4d21-9140-66b9bcd4a5b9","description":""},{"name":"Webhooks","item":[{"name":"Create Webhook","id":"b18b47c9-42a5-41d6-9946-02bbca95b200","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"https://test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/webhooks","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_webhooks</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{surveyUniqueIdentifier}","webhooks"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"2c4db6dd-7ea4-4c19-a0ed-5c3108545fb4","name":"Create Webhook","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"https://test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 10 Mar 2025 15:19:16 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar","value":"%7B%22id%22%3A%22X3b3dd8c8b22205e9a2940b69fdb2af9f%22%2C%22data%22%3A%7B%22__meta%22%3A%7B%22id%22%3A%22X3b3dd8c8b22205e9a2940b69fdb2af9f%22%2C%22datetime%22%3A%222025-03-10%2015%3A19%3A16%22%2C%22utime%22%3A1741619956.184816%2C%22method%22%3A%22POST%22%2C%22uri%22%3A%22%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22ip%22%3A%22192.168.65.1%22%7D%2C%22php%22%3A%7B%22version%22%3A%228.2.4%22%2C%22interface%22%3A%22fpm-fcgi%22%7D%2C%22time%22%3A%7B%22start%22%3A1741619956.053781%2C%22end%22%3A1741619956.184826%2C%22duration%22%3A0.13104486465454102%2C%22duration_str%22%3A%22131ms%22%2C%22measures%22%3A%5B%7B%22label%22%3A%22Booting%22%2C%22start%22%3A1741619956.053781%2C%22relative_start%22%3A0%2C%22end%22%3A1741619956.142689%2C%22relative_end%22%3A1741619956.142689%2C%22duration%22%3A0.08890795707702637%2C%22duration_str%22%3A%2288.91ms%22%2C%22memory%22%3A0%2C%22memory_str%22%3A%220B%22%2C%22params%22%3A%5B%5D%2C%22collector%22%3Anull%7D%2C%7B%22label%22%3A%22Application%22%2C%22start%22%3A1741619956.142869%2C%22relative_start%22%3A0.08908796310424805%2C%22end%22%3A1741619956.184827%2C%22relative_end%22%3A1.1920928955078125e-6%2C%22duration%22%3A0.04195809364318848%2C%22duration_str%22%3A%2241.96ms%22%2C%22memory%22%3A0%2C%22memory_str%22%3A%220B%22%2C%22params%22%3A%5B%5D%2C%22collector%22%3Anull%7D%5D%7D%2C%22memory%22%3A%7B%22peak_usage%22%3A3497288%2C%22peak_usage_str%22%3A%223MB%22%7D%2C%22route%22%3A%7B%22uri%22%3A%22POST%20v3%5C%2Foauth%5C%2Fsurveys%5C%2F%7Bsurvey%7D%5C%2Fwebhooks%22%2C%22middleware%22%3A%22throttle%3Adefault%2C%20can%3Amaintenance_mode_organization_api%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CCheckClientCredentials%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CAuditRequest%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CCheckOrganizationScope%3Acan_manage_webhooks%2C%20can%3Acreate%2CApp%5C%5CModels%5C%5CWebhook%2Csurvey%22%2C%22uses%22%3A%22App%5C%5CHttp%5C%5CControllers%5C%5COrganizationApi%5C%5CWebhook%5C%5CWebhookCreateController%40__invoke%22%2C%22controller%22%3A%22App%5C%5CHttp%5C%5CControllers%5C%5COrganizationApi%5C%5CWebhook%5C%5CWebhookCreateController%22%2C%22namespace%22%3A%22%22%2C%22prefix%22%3A%22v3%5C%2Foauth%5C%2Fsurveys%5C%2F%7Bsurvey%7D%5C%2Fwebhooks%22%2C%22where%22%3A%5B%5D%2C%22as%22%3A%22api.v3.webhooks.create%22%7D%2C%22queries%22%3A%7B%22nb_statements%22%3A14%2C%22nb_failed_statements%22%3A0%2C%22accumulated_duration%22%3A0.011370000000000002%2C%22accumulated_duration_str%22%3A%2211.37ms%22%2C%22statements%22%3A%5B%7B%22sql%22%3A%22select%20%2A%20from%20%60survey%60%20where%20%60unique_identifier%60%20%3D%20%277bef48a0-34a9-4a53-a692-68c4642773a0%27%20and%20%60survey%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%227bef48a0-34a9-4a53-a692-68c4642773a0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FImplicitRouteBinding.php%22%2C%22line%22%3A61%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRouter.php%22%2C%22line%22%3A959%7D%2C%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FMiddleware%5C%2FSubstituteBindings.php%22%2C%22line%22%3A41%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fv"},{"key":"phpdebugbar-1","value":"endor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A23%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22throttle%22%2C%22line%22%3A159%7D%5D%2C%22duration%22%3A0.00376%2C%22duration_str%22%3A%223.76ms%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FImplicitRouteBinding.php%3A61%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60feature_flags%60%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22The%20%3Ccode%3ESELECT%3C%5C%2Fcode%3E%20statement%20has%20no%20%3Ccode%3EWHERE%3C%5C%2Fcode%3E%20clause%20and%20could%20examine%20many%20more%20rows%20than%20intended%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagEloquentRepository.php%22%2C%22line%22%3A14%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A27%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FCache%5C%2FRepository.php%22%2C%22line%22%3A437%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A25%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A35%7D%5D%2C%22duration%22%3A0.00047999999999999996%2C%22duration_str%22%3A%22480%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagEloquentRepository.php%3A14%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00045%2C%22duration_str%22%3A%22450%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2"},{"key":"phpdebugbar-2","value":"C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A83%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00016%2C%22duration_str%22%3A%22160%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_client_organization_scopes%60%20where%20%60oauth_client_id%60%20%3D%2022%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%22%2C%22line%22%3A17%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A85%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00031%2C%22duration_str%22%3A%22310%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%3A17%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60organization%60%20where%20%60organization%60.%60id%60%20%3D%2026187%20and%20%60organization%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2226187%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%22%2C%22line%22%3A24%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2F"},{"key":"phpdebugbar-3","value":"src%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A85%7D%2C%7B%22index%22%3A23%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A24%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A25%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00035999999999999997%2C%22duration_str%22%3A%22360%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%3A24%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22insert%20into%20%60webhooks%60%20%28%60url%60%2C%20%60uses_authorization%60%2C%20%60authorization_type%60%2C%20%60authorization_value%60%2C%20%60event%60%2C%20%60type%60%2C%20%60tenant_id%60%2C%20%60unique_identifier%60%2C%20%60updated_at%60%2C%20%60created_at%60%29%20values%20%28%27https%3A%5C%2F%5C%2Ftest.com%27%2C%200%2C%20%27%27%2C%20%27%27%2C%20%27App%5C%5CEvents%5C%5CSessionSaved%27%2C%20%27default%27%2C%2077559%2C%20%27a9e57695-acea-4eff-be46-a50404f87aed%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%29%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22https%3A%5C%2F%5C%2Ftest.com%22%2C%220%22%2C%22%22%2C%22%22%2C%22App%5C%5CEvents%5C%5CSessionSaved%22%2C%22default%22%2C%2277559%22%2C%22a9e57695-acea-4eff-be46-a50404f87aed%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%5D%2C%22hints%22%3A%5B%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A15%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FControllers%5C%2FOrganizationApi%5C%2FWebhook%5C%2FWebhookCreateController.php%22%2C%22line%22%3A27%7D%2C%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FController.php%22%2C%22line%22%3A54%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FControllerDispatcher.php%22%2C%22line%22%3A43%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRoute.php%22%2C%22line%22%3A259%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRoute.php%22%2C%22line%22%3A205%7D%5D%2C%22duration%22%3A0.00198%2C%22duration_str%22%3A%221.98ms%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FControllers%5C%2FOrganizationApi%5C%2FWebhook%5C%2FWebhookCreateController.php%3A27%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%"},{"key":"phpdebugbar-4","value":"5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00029%2C%22duration_str%22%3A%22290%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_clients%60%20where%20%60id%60%20%3D%20%2722%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A47%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A58%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A182%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.0003%2C%22duration_str%22%3A%22300%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%3A47%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60user%60%20where%20%60id%60%20is%20null%20and%20%60user%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%22%2C%22line%22%3A59%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FPassportUserProvider.php%22%2C%22line%22%3A42%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A195%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00034%2C%22duration_str%22%3A%22340%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%3A59%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where"},{"key":"phpdebugbar-5","value":"%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00013000000000000002%2C%22duration_str%22%3A%22130%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_clients%60%20where%20%60id%60%20%3D%20%2722%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A47%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A58%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A182%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00011999999999999999%2C%22duration_str%22%3A%22120%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%3A47%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60user%60%20where%20%60id%60%20is%20null%20and%20%60user%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc"},{"key":"phpdebugbar-6","value":"%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%22%2C%22line%22%3A59%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FPassportUserProvider.php%22%2C%22line%22%3A42%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A195%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00011999999999999999%2C%22duration_str%22%3A%22120%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%3A59%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22insert%20into%20%60audit_2025_03%60%20%28%60old_values%60%2C%20%60new_values%60%2C%20%60event%60%2C%20%60auditable_id%60%2C%20%60auditable_type%60%2C%20%60user_id%60%2C%20%60user_type%60%2C%20%60tags%60%2C%20%60ip_address%60%2C%20%60user_agent%60%2C%20%60url%60%2C%20%60ghost_user_id%60%2C%20%60role_id%60%2C%20%60organization_id%60%2C%20%60executed_at%60%2C%20%60updated_at%60%2C%20%60created_at%60%29%20values%20%28%27%5B%5D%27%2C%20%27%7B%5C%5C%5C%22url%5C%5C%5C%22%3A%5C%5C%5C%22https%3A%5C%5C%5C%2F%5C%5C%5C%2Ftest.com%5C%5C%5C%22%2C%5C%5C%5C%22uses_authorization%5C%5C%5C%22%3Afalse%2C%5C%5C%5C%22authorization_type%5C%5C%5C%22%3Anull%2C%5C%5C%5C%22authorization_value%5C%5C%5C%22%3Anull%2C%5C%5C%5C%22event%5C%5C%5C%22%3A%5C%5C%5C%22App%5C%5C%5C%5CEvents%5C%5C%5C%5CSessionSaved%5C%5C%5C%22%2C%5C%5C%5C%22type%5C%5C%5C%22%3A%5C%5C%5C%22default%5C%5C%5C%22%2C%5C%5C%5C%22tenant_id%5C%5C%5C%22%3A77559%2C%5C%5C%5C%22unique_identifier%5C%5C%5C%22%3A%5C%5C%5C%22a9e57695-acea-4eff-be46-a50404f87aed%5C%5C%5C%22%2C%5C%5C%5C%22id%5C%5C%5C%22%3A4705%7D%27%2C%20%27created%27%2C%204705%2C%20%27App%5C%5CModels%5C%5CWebhook%27%2C%20%27%27%2C%20%27%27%2C%20%27%27%2C%20%27192.168.65.1%27%2C%20%27PostmanRuntime%5C%2F7.43.0%27%2C%20%27https%3A%5C%2F%5C%2Fdev.api.pointerpro.local%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%27%2C%20%27%27%2C%20%27%27%2C%20%27%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%29%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22%5B%5D%22%2C%22%7B%26quot%3Burl%26quot%3B%3A%26quot%3Bhttps%3A%5C%5C%5C%2F%5C%5C%5C%2Ftest.com%26quot%3B%2C%26quot%3Buses_authorization%26quot%3B%3Afalse%2C%26quot%3Bauthorization_type%26quot%3B%3Anull%2C%26quot%3Bauthorization_value%26quot%3B%3Anull%2C%26quot%3Bevent%26quot%3B%3A%26quot%3BApp%5C%5C%5C%5CEvents%5C%5C%5C%5CSessionSaved%26quot%3B%2C%26quot%3Btype%26quot%3B%3A%26quot%3Bdefault%26quot%3B%2C%26quot%3Btenant_id%26quot%3B%3A77559%2C%26quot%3Bunique_identifier%26quot%3B%3A%26quot%3Ba9e57695-acea-4eff-be46-a50404f87aed%26quot%3B%2C%26quot%3Bid%26quot%3B%3A4705%7D%22%2C%22created%22%2C%224705%22%2C%22App%5C%5CModels%5C%5CWebhook%22%2C%22%22%2C%22%22%2C%22%22%2C%22192.168.65.1%22%2C%22PostmanRuntime%5C%2F7.43.0%22%2C%22https%3A%5C%2F%5C%2Fdev.api.pointerpro.local%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22%22%2C%22%22%2C%22%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%5D%2C%22hints%22%3A%5B%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FJobs%5C%2FInsertAuditLog.php%22%2C%22line%22%3A25%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A36%7D%2C%7B%22index%22%3A23%2C%22namespace%2"},{"key":"phpdebugbar-7","value":"2%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FUtil.php%22%2C%22line%22%3A41%7D%2C%7B%22index%22%3A24%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A93%7D%2C%7B%22index%22%3A25%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A35%7D%5D%2C%22duration%22%3A0.00257%2C%22duration_str%22%3A%222.57ms%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FJobs%5C%2FInsertAuditLog.php%3A25%22%2C%22connection%22%3A%22survey-api_auditing%22%7D%5D%7D%2C%22models%22%3A%7B%22data%22%3A%7B%22Laravel%5C%5CPassport%5C%5CClient%22%3A2%2C%22App%5C%5CModels%5C%5COrganization%22%3A1%2C%22App%5C%5CModels%5C%5COauthClientOrganizationScope%22%3A1%2C%22Laravel%5C%5CPassport%5C%5CToken%22%3A4%2C%22App%5C%5CModels%5C%5CFeatureFlag%22%3A20%2C%22App%5C%5CModels%5C%5CSurvey%22%3A1%7D%2C%22count%22%3A29%7D%2C%22auth%22%3A%7B%22guards%22%3A%7B%22web%22%3A%22null%22%2C%22assessment-center%22%3A%22null%22%2C%22default%22%3A%22null%22%2C%22documentation%22%3A%22null%22%2C%22api%22%3A%22null%22%7D%2C%22names%22%3A%22%22%7D%2C%22session%22%3A%5B%5D%2C%22request%22%3A%7B%22path_info%22%3A%22%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22status_code%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1181874547%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-num%3E200%3C%5C%2Fspan%3E%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1181874547%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22status_text%22%3A%22OK%22%2C%22format%22%3A%22html%22%2C%22content_type%22%3A%22application%5C%2Fjson%22%2C%22request_query%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-396415484%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-396415484%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_request%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1469758525%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Etarget_url%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Ftest.com%3C%5C%2Fspan%3E%5C%22%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1469758525%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_headers%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-2061542524%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A9%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-length%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econnection%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3Ekeep-alive%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eaccept-encoding%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20"},{"key":"phpdebugbar-8","value":"%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Egzip%2C%20deflate%2C%20br%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ehost%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2224%20characters%5C%22%3Edev.api.pointerpro.local%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Epostman-token%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2236%20characters%5C%22%3E419c9272-be6b-4985-b21b-c032cea5bf4a%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Euser-agent%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2221%20characters%5C%22%3EPostmanRuntime%5C%2F7.43.0%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eauthorization%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2218%20characters%5C%22%3EBearer%20eyJ0e%2A%2A%2A%2A%2A%2A%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-type%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eaccept%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-2061542524%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_server%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1870614833%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A53%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHOSTNAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3Ee4bc6514c43f%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_INI_DIR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2218%20characters%5C%22%3E%5C%2Fusr%5C%2Flocal%5C%2Fetc%5C%2Fphp%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHOME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2213%20characters%5C%22%3E%5C%2Fhome%5C%2Fkadivar%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPUPPETEER_EXECUTABLE_PATH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2222%20characters%5C%22%3E%5C%2Ftmp%5C%2Fchromium%5C%2Fchromium%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5"},{"key":"phpdebugbar-9","value":"C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_LDFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E-Wl%2C-O1%20-pie%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_CFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2283%20characters%5C%22%3E-fstack-protector-strong%20-fpic%20-fpie%20-O2%20-D_LARGEFILE_SOURCE%20-D_FILE_OFFSET_BITS%3D64%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_VERSION%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3E8.2.4%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EGPG_KEYS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22122%20characters%5C%22%3E39B641343D8C104B2B146DC3F9C39DC0B9698544%20E60913E4DF209907D8E30D96659A97C9CF2A795A%201198C0117593497A5EC5C199286AF1F9897469DC%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_CPPFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2283%20characters%5C%22%3E-fstack-protector-strong%20-fpic%20-fpie%20-O2%20-D_LARGEFILE_SOURCE%20-D_FILE_OFFSET_BITS%3D64%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_ASC_URL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2254%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Fwww.php.net%5C%2Fdistributions%5C%2Fphp-8.2.4.tar.xz.asc%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_URL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2250%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Fwww.php.net%5C%2Fdistributions%5C%2Fphp-8.2.4.tar.xz%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPATH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2260%20characters%5C%22%3E%5C%2Fusr%5C%2Flocal%5C%2Fsbin%3A%5C%2Fusr%5C%2Flocal%5C%2Fbin%3A%5C%2Fusr%5C%2Fsbin%3A%5C%2Fusr%5C%2Fbin%3A%5C%2Fsbin%3A%5C%2Fbin%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHPIZE_DEPS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2276%20characters%5C%22%3Eautoconf%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Edpkg-dev%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Efile%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Eg%2B%2B%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Egcc%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Elibc-dev%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Emake%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Epkg-config%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Ere2c%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPWD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E%5C%2Fapplication%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_SHA256%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2264%20characters%5C%22%3Ebc7bf4ca7ed0dd17647e3ea870b6f062fcb56b243bfdef3f59ff7f94e96176a8%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPUPPETEER_SKIP_DOWNLOAD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%3E1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EUSER%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%227%20characters%5C%22%3Ekadivar%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONTENT_LENGTH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONNECTION%3C%5C%2Fsp"},{"key":"phpdebugbar-10","value":"an%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3Ekeep-alive%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_ACCEPT_ENCODING%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Egzip%2C%20deflate%2C%20br%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_HOST%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2224%20characters%5C%22%3Edev.api.pointerpro.local%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_POSTMAN_TOKEN%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%226%20characters%5C%22%3E%2A%2A%2A%2A%2A%2A%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_USER_AGENT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2221%20characters%5C%22%3EPostmanRuntime%5C%2F7.43.0%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_AUTHORIZATION%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%221046%20characters%5C%22%3EBearer%20eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyMiIsImp0aSI6IjQ0Mjk5N2RhMmI4OTYzYTZjODczMTEyZjJjODIyNThiZTYwY2ZhOGZhNzUyYzU3YzZjMmNmMDYxZmJkYTUxNDk4ZWZkOTVkYTQyNTJhMmIwIiwiaWF0IjoxNzQxNTk3OTIyLjQxNDQzMSwibmJmIjoxNzQxNTk3OTIyLjQxNDQzMiwiZXhwIjoxNzczMTMzOTIyLjQwMjY2MSwic3ViIjoiIiwic2NvcGVzIjpbImNhbl9tYW5hZ2Vfd2ViaG9va3MiLCJjYW5fdXBsb2FkX3Jlc3BvbnNlcyJdfQ.dPCwsklRtCpoENhtHnyCZCVu4BZ6xb-xndfKkZNv7iDR-6tk6gZmHVJ0H2K3PLizKSjqSr98bnXcFRsOLTQw6P0yGd6QHTc1i-wzTH2aueZL9RarU8KThPDbbV2fyxLx00n5sVY8Wwz33otkSLPiFgCKGzBEXh6eFBjDwBusGFHqZcwCR9vuJA67kYv9gpYukjnEbxdq-sx5cymHdNzFD407j8B7K2AAlrkYTlcIoS6XB2fBMqvDEc-FpUtHs3MwqOPTmIgF_f2CDKnJRijHMIwmPoFScExcUp2gH49XFBTZfMWyTx55Hlj9jEAjqzsULwYyOwlVuaOdr2nU-h9E1fjmKh4Sn48Dbop5KaIXqo22lkzpZWRUXSeufQ83-c7beWjDP6RhhrL1tFlt81J0Xd1CNiI_SHzrrZiR-4y1pPYiRpmg98PflqWVLRtZmcdaw7UjWRdQT-V5nuj2uA-DCSd8sgSio-6k2cFp-6VkIL-ycBO-zTqmbonji2g9zbvuSkUPPcoaRPZJUs3kMEYrlfZONqbImzDyyx5xU1yXVwrhtF82qyiA1frtHqp4hgZByTqbNWbjp4BBJvPf_7WsOuHWb9gA8j_xUW6eeJ_QhUI-NRbTqU4TKli0vtyTOJlvCyn6I7fUg5gysJk_cUN87hAvYdUB_TjlBUskXSydBVA%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONTENT_TYPE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_ACCEPT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_VALUE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%5C%22%5C%22%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3Emax_execution_time%3D%26quot%3B300%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20session.gc_maxlifetime%20%3D%26quot%3B1209600%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max_input_vars%3D%26quot%3B100000%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20memory_limit%3D%26quot%3B512M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E"},{"key":"phpdebugbar-11","value":"%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20post_max_size%3D%26quot%3B256M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20upload_max_filesize%3D%26quot%3B256M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20session.gc_probability%3D%26quot%3B1%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20error_reporting%3D%26quot%3BE_ALL%20%26amp%3B%20~E_NOTICE%20%26amp%3B%20~E_STRICT%20%26amp%3B%20~E_DEPRECATED%26quot%3B%3C%5C%2Fspan%3E%5Cn%20%20%20%20%5C%22%5C%22%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESCRIPT_FILENAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2229%20characters%5C%22%3E%5C%2Fapplication%5C%2Fpublic%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREDIRECT_STATUS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%223%20characters%5C%22%3E200%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_NAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%229%20characters%5C%22%3Elocalhost%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_PORT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%223%20characters%5C%22%3E443%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_ADDR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E172.18.0.5%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREMOTE_PORT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3E47673%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREMOTE_ADDR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E192.168.65.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_SOFTWARE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3Enginx%5C%2F1.23.4%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EGATEWAY_INTERFACE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%227%20characters%5C%22%3ECGI%5C%2F1.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTPS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3Eon%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_SCHEME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3Ehttps%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_PROTOCOL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%228%20characters%5C%22%3EHTTP%5C%2F1.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EDOCUMENT_ROOT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2219%20characters%5C%22%3E%5C%2Fapplication%5C%2Fpublic%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EDOCUMENT_URI%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5"},{"key":"phpdebugbar-12","value":"C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_URI%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2263%20characters%5C%22%3E%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESCRIPT_NAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ECONTENT_LENGTH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ECONTENT_TYPE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_METHOD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%224%20characters%5C%22%3EPOST%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EQUERY_STRING%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EFCGI_ROLE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%229%20characters%5C%22%3ERESPONDER%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_SELF%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_TIME_FLOAT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E1741619956.0538%3C%5C%2Fspan%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_TIME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E1741619956%3C%5C%2Fspan%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eargv%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5B%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eargc%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E0%3C%5C%2Fspan%3E%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1870614833%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_cookies%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-218419363%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-218419363%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22response_headers%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1162052316%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A5%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ecache-control%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Eno-cache%2C%20private%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Edate%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2229%20characters%5C%22%3EMon%2C%2010%20Mar%202025%2015%3A19%3A16%20GMT%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-type%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C"},{"key":"phpdebugbar-13","value":"%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ex-ratelimit-limit%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E60%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ex-ratelimit-remaining%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E59%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1162052316%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22session_attributes%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1847664502%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1847664502%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%7D%7D%7D"},{"key":"Access-Control-Request-Headers","value":"SA-TOKEN, Authorization, PP-Dashboard-Token"},{"key":"Access-Control-Expose-Headers","value":"SA-TOKEN-REFRESH"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"unique_identifier\": \"a9e57695-acea-4eff-be46-a50404f87aed\",\n        \"target_url\": \"https://test.com\"\n    }\n}"}],"_postman_id":"b18b47c9-42a5-41d6-9946-02bbca95b200"},{"name":"Update Webhook","id":"d83d3e9f-f270-4227-b0bd-42271891119b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"https://test2.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/webhooks/{webhookUniqueIdentifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_webhooks</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{surveyUniqueIdentifier}","webhooks","{webhookUniqueIdentifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"b93f1836-963d-4769-884c-75c978b5f776","name":"Update Webhook","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"https://test2.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/webhooks/{webhookUniqueIdentifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 10 Mar 2025 15:19:16 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar","value":"%7B%22id%22%3A%22X3b3dd8c8b22205e9a2940b69fdb2af9f%22%2C%22data%22%3A%7B%22__meta%22%3A%7B%22id%22%3A%22X3b3dd8c8b22205e9a2940b69fdb2af9f%22%2C%22datetime%22%3A%222025-03-10%2015%3A19%3A16%22%2C%22utime%22%3A1741619956.184816%2C%22method%22%3A%22POST%22%2C%22uri%22%3A%22%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22ip%22%3A%22192.168.65.1%22%7D%2C%22php%22%3A%7B%22version%22%3A%228.2.4%22%2C%22interface%22%3A%22fpm-fcgi%22%7D%2C%22time%22%3A%7B%22start%22%3A1741619956.053781%2C%22end%22%3A1741619956.184826%2C%22duration%22%3A0.13104486465454102%2C%22duration_str%22%3A%22131ms%22%2C%22measures%22%3A%5B%7B%22label%22%3A%22Booting%22%2C%22start%22%3A1741619956.053781%2C%22relative_start%22%3A0%2C%22end%22%3A1741619956.142689%2C%22relative_end%22%3A1741619956.142689%2C%22duration%22%3A0.08890795707702637%2C%22duration_str%22%3A%2288.91ms%22%2C%22memory%22%3A0%2C%22memory_str%22%3A%220B%22%2C%22params%22%3A%5B%5D%2C%22collector%22%3Anull%7D%2C%7B%22label%22%3A%22Application%22%2C%22start%22%3A1741619956.142869%2C%22relative_start%22%3A0.08908796310424805%2C%22end%22%3A1741619956.184827%2C%22relative_end%22%3A1.1920928955078125e-6%2C%22duration%22%3A0.04195809364318848%2C%22duration_str%22%3A%2241.96ms%22%2C%22memory%22%3A0%2C%22memory_str%22%3A%220B%22%2C%22params%22%3A%5B%5D%2C%22collector%22%3Anull%7D%5D%7D%2C%22memory%22%3A%7B%22peak_usage%22%3A3497288%2C%22peak_usage_str%22%3A%223MB%22%7D%2C%22route%22%3A%7B%22uri%22%3A%22POST%20v3%5C%2Foauth%5C%2Fsurveys%5C%2F%7Bsurvey%7D%5C%2Fwebhooks%22%2C%22middleware%22%3A%22throttle%3Adefault%2C%20can%3Amaintenance_mode_organization_api%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CCheckClientCredentials%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CAuditRequest%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CCheckOrganizationScope%3Acan_manage_webhooks%2C%20can%3Acreate%2CApp%5C%5CModels%5C%5CWebhook%2Csurvey%22%2C%22uses%22%3A%22App%5C%5CHttp%5C%5CControllers%5C%5COrganizationApi%5C%5CWebhook%5C%5CWebhookCreateController%40__invoke%22%2C%22controller%22%3A%22App%5C%5CHttp%5C%5CControllers%5C%5COrganizationApi%5C%5CWebhook%5C%5CWebhookCreateController%22%2C%22namespace%22%3A%22%22%2C%22prefix%22%3A%22v3%5C%2Foauth%5C%2Fsurveys%5C%2F%7Bsurvey%7D%5C%2Fwebhooks%22%2C%22where%22%3A%5B%5D%2C%22as%22%3A%22api.v3.webhooks.create%22%7D%2C%22queries%22%3A%7B%22nb_statements%22%3A14%2C%22nb_failed_statements%22%3A0%2C%22accumulated_duration%22%3A0.011370000000000002%2C%22accumulated_duration_str%22%3A%2211.37ms%22%2C%22statements%22%3A%5B%7B%22sql%22%3A%22select%20%2A%20from%20%60survey%60%20where%20%60unique_identifier%60%20%3D%20%277bef48a0-34a9-4a53-a692-68c4642773a0%27%20and%20%60survey%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%227bef48a0-34a9-4a53-a692-68c4642773a0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FImplicitRouteBinding.php%22%2C%22line%22%3A61%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRouter.php%22%2C%22line%22%3A959%7D%2C%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FMiddleware%5C%2FSubstituteBindings.php%22%2C%22line%22%3A41%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fv"},{"key":"phpdebugbar-1","value":"endor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A23%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22throttle%22%2C%22line%22%3A159%7D%5D%2C%22duration%22%3A0.00376%2C%22duration_str%22%3A%223.76ms%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FImplicitRouteBinding.php%3A61%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60feature_flags%60%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22The%20%3Ccode%3ESELECT%3C%5C%2Fcode%3E%20statement%20has%20no%20%3Ccode%3EWHERE%3C%5C%2Fcode%3E%20clause%20and%20could%20examine%20many%20more%20rows%20than%20intended%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagEloquentRepository.php%22%2C%22line%22%3A14%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A27%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FCache%5C%2FRepository.php%22%2C%22line%22%3A437%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A25%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A35%7D%5D%2C%22duration%22%3A0.00047999999999999996%2C%22duration_str%22%3A%22480%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagEloquentRepository.php%3A14%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00045%2C%22duration_str%22%3A%22450%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2"},{"key":"phpdebugbar-2","value":"C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A83%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00016%2C%22duration_str%22%3A%22160%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_client_organization_scopes%60%20where%20%60oauth_client_id%60%20%3D%2022%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%22%2C%22line%22%3A17%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A85%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00031%2C%22duration_str%22%3A%22310%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%3A17%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60organization%60%20where%20%60organization%60.%60id%60%20%3D%2026187%20and%20%60organization%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2226187%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%22%2C%22line%22%3A24%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2F"},{"key":"phpdebugbar-3","value":"src%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A85%7D%2C%7B%22index%22%3A23%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A24%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A25%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00035999999999999997%2C%22duration_str%22%3A%22360%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%3A24%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22insert%20into%20%60webhooks%60%20%28%60url%60%2C%20%60uses_authorization%60%2C%20%60authorization_type%60%2C%20%60authorization_value%60%2C%20%60event%60%2C%20%60type%60%2C%20%60tenant_id%60%2C%20%60unique_identifier%60%2C%20%60updated_at%60%2C%20%60created_at%60%29%20values%20%28%27https%3A%5C%2F%5C%2Ftest.com%27%2C%200%2C%20%27%27%2C%20%27%27%2C%20%27App%5C%5CEvents%5C%5CSessionSaved%27%2C%20%27default%27%2C%2077559%2C%20%27a9e57695-acea-4eff-be46-a50404f87aed%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%29%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22https%3A%5C%2F%5C%2Ftest.com%22%2C%220%22%2C%22%22%2C%22%22%2C%22App%5C%5CEvents%5C%5CSessionSaved%22%2C%22default%22%2C%2277559%22%2C%22a9e57695-acea-4eff-be46-a50404f87aed%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%5D%2C%22hints%22%3A%5B%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A15%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FControllers%5C%2FOrganizationApi%5C%2FWebhook%5C%2FWebhookCreateController.php%22%2C%22line%22%3A27%7D%2C%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FController.php%22%2C%22line%22%3A54%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FControllerDispatcher.php%22%2C%22line%22%3A43%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRoute.php%22%2C%22line%22%3A259%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRoute.php%22%2C%22line%22%3A205%7D%5D%2C%22duration%22%3A0.00198%2C%22duration_str%22%3A%221.98ms%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FControllers%5C%2FOrganizationApi%5C%2FWebhook%5C%2FWebhookCreateController.php%3A27%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%"},{"key":"phpdebugbar-4","value":"5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00029%2C%22duration_str%22%3A%22290%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_clients%60%20where%20%60id%60%20%3D%20%2722%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A47%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A58%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A182%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.0003%2C%22duration_str%22%3A%22300%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%3A47%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60user%60%20where%20%60id%60%20is%20null%20and%20%60user%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%22%2C%22line%22%3A59%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FPassportUserProvider.php%22%2C%22line%22%3A42%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A195%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00034%2C%22duration_str%22%3A%22340%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%3A59%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where"},{"key":"phpdebugbar-5","value":"%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00013000000000000002%2C%22duration_str%22%3A%22130%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_clients%60%20where%20%60id%60%20%3D%20%2722%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A47%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A58%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A182%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00011999999999999999%2C%22duration_str%22%3A%22120%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%3A47%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60user%60%20where%20%60id%60%20is%20null%20and%20%60user%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc"},{"key":"phpdebugbar-6","value":"%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%22%2C%22line%22%3A59%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FPassportUserProvider.php%22%2C%22line%22%3A42%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A195%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00011999999999999999%2C%22duration_str%22%3A%22120%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%3A59%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22insert%20into%20%60audit_2025_03%60%20%28%60old_values%60%2C%20%60new_values%60%2C%20%60event%60%2C%20%60auditable_id%60%2C%20%60auditable_type%60%2C%20%60user_id%60%2C%20%60user_type%60%2C%20%60tags%60%2C%20%60ip_address%60%2C%20%60user_agent%60%2C%20%60url%60%2C%20%60ghost_user_id%60%2C%20%60role_id%60%2C%20%60organization_id%60%2C%20%60executed_at%60%2C%20%60updated_at%60%2C%20%60created_at%60%29%20values%20%28%27%5B%5D%27%2C%20%27%7B%5C%5C%5C%22url%5C%5C%5C%22%3A%5C%5C%5C%22https%3A%5C%5C%5C%2F%5C%5C%5C%2Ftest.com%5C%5C%5C%22%2C%5C%5C%5C%22uses_authorization%5C%5C%5C%22%3Afalse%2C%5C%5C%5C%22authorization_type%5C%5C%5C%22%3Anull%2C%5C%5C%5C%22authorization_value%5C%5C%5C%22%3Anull%2C%5C%5C%5C%22event%5C%5C%5C%22%3A%5C%5C%5C%22App%5C%5C%5C%5CEvents%5C%5C%5C%5CSessionSaved%5C%5C%5C%22%2C%5C%5C%5C%22type%5C%5C%5C%22%3A%5C%5C%5C%22default%5C%5C%5C%22%2C%5C%5C%5C%22tenant_id%5C%5C%5C%22%3A77559%2C%5C%5C%5C%22unique_identifier%5C%5C%5C%22%3A%5C%5C%5C%22a9e57695-acea-4eff-be46-a50404f87aed%5C%5C%5C%22%2C%5C%5C%5C%22id%5C%5C%5C%22%3A4705%7D%27%2C%20%27created%27%2C%204705%2C%20%27App%5C%5CModels%5C%5CWebhook%27%2C%20%27%27%2C%20%27%27%2C%20%27%27%2C%20%27192.168.65.1%27%2C%20%27PostmanRuntime%5C%2F7.43.0%27%2C%20%27https%3A%5C%2F%5C%2Fdev.api.pointerpro.local%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%27%2C%20%27%27%2C%20%27%27%2C%20%27%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%29%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22%5B%5D%22%2C%22%7B%26quot%3Burl%26quot%3B%3A%26quot%3Bhttps%3A%5C%5C%5C%2F%5C%5C%5C%2Ftest.com%26quot%3B%2C%26quot%3Buses_authorization%26quot%3B%3Afalse%2C%26quot%3Bauthorization_type%26quot%3B%3Anull%2C%26quot%3Bauthorization_value%26quot%3B%3Anull%2C%26quot%3Bevent%26quot%3B%3A%26quot%3BApp%5C%5C%5C%5CEvents%5C%5C%5C%5CSessionSaved%26quot%3B%2C%26quot%3Btype%26quot%3B%3A%26quot%3Bdefault%26quot%3B%2C%26quot%3Btenant_id%26quot%3B%3A77559%2C%26quot%3Bunique_identifier%26quot%3B%3A%26quot%3Ba9e57695-acea-4eff-be46-a50404f87aed%26quot%3B%2C%26quot%3Bid%26quot%3B%3A4705%7D%22%2C%22created%22%2C%224705%22%2C%22App%5C%5CModels%5C%5CWebhook%22%2C%22%22%2C%22%22%2C%22%22%2C%22192.168.65.1%22%2C%22PostmanRuntime%5C%2F7.43.0%22%2C%22https%3A%5C%2F%5C%2Fdev.api.pointerpro.local%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22%22%2C%22%22%2C%22%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%5D%2C%22hints%22%3A%5B%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FJobs%5C%2FInsertAuditLog.php%22%2C%22line%22%3A25%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A36%7D%2C%7B%22index%22%3A23%2C%22namespace%2"},{"key":"phpdebugbar-7","value":"2%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FUtil.php%22%2C%22line%22%3A41%7D%2C%7B%22index%22%3A24%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A93%7D%2C%7B%22index%22%3A25%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A35%7D%5D%2C%22duration%22%3A0.00257%2C%22duration_str%22%3A%222.57ms%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FJobs%5C%2FInsertAuditLog.php%3A25%22%2C%22connection%22%3A%22survey-api_auditing%22%7D%5D%7D%2C%22models%22%3A%7B%22data%22%3A%7B%22Laravel%5C%5CPassport%5C%5CClient%22%3A2%2C%22App%5C%5CModels%5C%5COrganization%22%3A1%2C%22App%5C%5CModels%5C%5COauthClientOrganizationScope%22%3A1%2C%22Laravel%5C%5CPassport%5C%5CToken%22%3A4%2C%22App%5C%5CModels%5C%5CFeatureFlag%22%3A20%2C%22App%5C%5CModels%5C%5CSurvey%22%3A1%7D%2C%22count%22%3A29%7D%2C%22auth%22%3A%7B%22guards%22%3A%7B%22web%22%3A%22null%22%2C%22assessment-center%22%3A%22null%22%2C%22default%22%3A%22null%22%2C%22documentation%22%3A%22null%22%2C%22api%22%3A%22null%22%7D%2C%22names%22%3A%22%22%7D%2C%22session%22%3A%5B%5D%2C%22request%22%3A%7B%22path_info%22%3A%22%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22status_code%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1181874547%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-num%3E200%3C%5C%2Fspan%3E%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1181874547%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22status_text%22%3A%22OK%22%2C%22format%22%3A%22html%22%2C%22content_type%22%3A%22application%5C%2Fjson%22%2C%22request_query%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-396415484%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-396415484%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_request%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1469758525%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Etarget_url%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Ftest.com%3C%5C%2Fspan%3E%5C%22%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1469758525%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_headers%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-2061542524%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A9%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-length%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econnection%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3Ekeep-alive%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eaccept-encoding%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20"},{"key":"phpdebugbar-8","value":"%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Egzip%2C%20deflate%2C%20br%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ehost%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2224%20characters%5C%22%3Edev.api.pointerpro.local%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Epostman-token%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2236%20characters%5C%22%3E419c9272-be6b-4985-b21b-c032cea5bf4a%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Euser-agent%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2221%20characters%5C%22%3EPostmanRuntime%5C%2F7.43.0%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eauthorization%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2218%20characters%5C%22%3EBearer%20eyJ0e%2A%2A%2A%2A%2A%2A%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-type%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eaccept%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-2061542524%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_server%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1870614833%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A53%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHOSTNAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3Ee4bc6514c43f%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_INI_DIR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2218%20characters%5C%22%3E%5C%2Fusr%5C%2Flocal%5C%2Fetc%5C%2Fphp%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHOME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2213%20characters%5C%22%3E%5C%2Fhome%5C%2Fkadivar%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPUPPETEER_EXECUTABLE_PATH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2222%20characters%5C%22%3E%5C%2Ftmp%5C%2Fchromium%5C%2Fchromium%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5"},{"key":"phpdebugbar-9","value":"C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_LDFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E-Wl%2C-O1%20-pie%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_CFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2283%20characters%5C%22%3E-fstack-protector-strong%20-fpic%20-fpie%20-O2%20-D_LARGEFILE_SOURCE%20-D_FILE_OFFSET_BITS%3D64%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_VERSION%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3E8.2.4%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EGPG_KEYS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22122%20characters%5C%22%3E39B641343D8C104B2B146DC3F9C39DC0B9698544%20E60913E4DF209907D8E30D96659A97C9CF2A795A%201198C0117593497A5EC5C199286AF1F9897469DC%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_CPPFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2283%20characters%5C%22%3E-fstack-protector-strong%20-fpic%20-fpie%20-O2%20-D_LARGEFILE_SOURCE%20-D_FILE_OFFSET_BITS%3D64%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_ASC_URL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2254%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Fwww.php.net%5C%2Fdistributions%5C%2Fphp-8.2.4.tar.xz.asc%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_URL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2250%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Fwww.php.net%5C%2Fdistributions%5C%2Fphp-8.2.4.tar.xz%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPATH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2260%20characters%5C%22%3E%5C%2Fusr%5C%2Flocal%5C%2Fsbin%3A%5C%2Fusr%5C%2Flocal%5C%2Fbin%3A%5C%2Fusr%5C%2Fsbin%3A%5C%2Fusr%5C%2Fbin%3A%5C%2Fsbin%3A%5C%2Fbin%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHPIZE_DEPS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2276%20characters%5C%22%3Eautoconf%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Edpkg-dev%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Efile%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Eg%2B%2B%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Egcc%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Elibc-dev%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Emake%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Epkg-config%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Ere2c%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPWD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E%5C%2Fapplication%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_SHA256%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2264%20characters%5C%22%3Ebc7bf4ca7ed0dd17647e3ea870b6f062fcb56b243bfdef3f59ff7f94e96176a8%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPUPPETEER_SKIP_DOWNLOAD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%3E1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EUSER%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%227%20characters%5C%22%3Ekadivar%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONTENT_LENGTH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONNECTION%3C%5C%2Fsp"},{"key":"phpdebugbar-10","value":"an%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3Ekeep-alive%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_ACCEPT_ENCODING%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Egzip%2C%20deflate%2C%20br%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_HOST%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2224%20characters%5C%22%3Edev.api.pointerpro.local%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_POSTMAN_TOKEN%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%226%20characters%5C%22%3E%2A%2A%2A%2A%2A%2A%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_USER_AGENT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2221%20characters%5C%22%3EPostmanRuntime%5C%2F7.43.0%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_AUTHORIZATION%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%221046%20characters%5C%22%3EBearer%20eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyMiIsImp0aSI6IjQ0Mjk5N2RhMmI4OTYzYTZjODczMTEyZjJjODIyNThiZTYwY2ZhOGZhNzUyYzU3YzZjMmNmMDYxZmJkYTUxNDk4ZWZkOTVkYTQyNTJhMmIwIiwiaWF0IjoxNzQxNTk3OTIyLjQxNDQzMSwibmJmIjoxNzQxNTk3OTIyLjQxNDQzMiwiZXhwIjoxNzczMTMzOTIyLjQwMjY2MSwic3ViIjoiIiwic2NvcGVzIjpbImNhbl9tYW5hZ2Vfd2ViaG9va3MiLCJjYW5fdXBsb2FkX3Jlc3BvbnNlcyJdfQ.dPCwsklRtCpoENhtHnyCZCVu4BZ6xb-xndfKkZNv7iDR-6tk6gZmHVJ0H2K3PLizKSjqSr98bnXcFRsOLTQw6P0yGd6QHTc1i-wzTH2aueZL9RarU8KThPDbbV2fyxLx00n5sVY8Wwz33otkSLPiFgCKGzBEXh6eFBjDwBusGFHqZcwCR9vuJA67kYv9gpYukjnEbxdq-sx5cymHdNzFD407j8B7K2AAlrkYTlcIoS6XB2fBMqvDEc-FpUtHs3MwqOPTmIgF_f2CDKnJRijHMIwmPoFScExcUp2gH49XFBTZfMWyTx55Hlj9jEAjqzsULwYyOwlVuaOdr2nU-h9E1fjmKh4Sn48Dbop5KaIXqo22lkzpZWRUXSeufQ83-c7beWjDP6RhhrL1tFlt81J0Xd1CNiI_SHzrrZiR-4y1pPYiRpmg98PflqWVLRtZmcdaw7UjWRdQT-V5nuj2uA-DCSd8sgSio-6k2cFp-6VkIL-ycBO-zTqmbonji2g9zbvuSkUPPcoaRPZJUs3kMEYrlfZONqbImzDyyx5xU1yXVwrhtF82qyiA1frtHqp4hgZByTqbNWbjp4BBJvPf_7WsOuHWb9gA8j_xUW6eeJ_QhUI-NRbTqU4TKli0vtyTOJlvCyn6I7fUg5gysJk_cUN87hAvYdUB_TjlBUskXSydBVA%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONTENT_TYPE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_ACCEPT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_VALUE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%5C%22%5C%22%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3Emax_execution_time%3D%26quot%3B300%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20session.gc_maxlifetime%20%3D%26quot%3B1209600%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max_input_vars%3D%26quot%3B100000%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20memory_limit%3D%26quot%3B512M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E"},{"key":"phpdebugbar-11","value":"%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20post_max_size%3D%26quot%3B256M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20upload_max_filesize%3D%26quot%3B256M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20session.gc_probability%3D%26quot%3B1%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20error_reporting%3D%26quot%3BE_ALL%20%26amp%3B%20~E_NOTICE%20%26amp%3B%20~E_STRICT%20%26amp%3B%20~E_DEPRECATED%26quot%3B%3C%5C%2Fspan%3E%5Cn%20%20%20%20%5C%22%5C%22%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESCRIPT_FILENAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2229%20characters%5C%22%3E%5C%2Fapplication%5C%2Fpublic%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREDIRECT_STATUS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%223%20characters%5C%22%3E200%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_NAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%229%20characters%5C%22%3Elocalhost%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_PORT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%223%20characters%5C%22%3E443%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_ADDR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E172.18.0.5%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREMOTE_PORT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3E47673%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREMOTE_ADDR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E192.168.65.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_SOFTWARE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3Enginx%5C%2F1.23.4%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EGATEWAY_INTERFACE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%227%20characters%5C%22%3ECGI%5C%2F1.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTPS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3Eon%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_SCHEME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3Ehttps%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_PROTOCOL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%228%20characters%5C%22%3EHTTP%5C%2F1.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EDOCUMENT_ROOT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2219%20characters%5C%22%3E%5C%2Fapplication%5C%2Fpublic%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EDOCUMENT_URI%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5"},{"key":"phpdebugbar-12","value":"C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_URI%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2263%20characters%5C%22%3E%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESCRIPT_NAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ECONTENT_LENGTH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ECONTENT_TYPE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_METHOD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%224%20characters%5C%22%3EPOST%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EQUERY_STRING%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EFCGI_ROLE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%229%20characters%5C%22%3ERESPONDER%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_SELF%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_TIME_FLOAT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E1741619956.0538%3C%5C%2Fspan%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_TIME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E1741619956%3C%5C%2Fspan%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eargv%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5B%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eargc%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E0%3C%5C%2Fspan%3E%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1870614833%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_cookies%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-218419363%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-218419363%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22response_headers%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1162052316%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A5%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ecache-control%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Eno-cache%2C%20private%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Edate%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2229%20characters%5C%22%3EMon%2C%2010%20Mar%202025%2015%3A19%3A16%20GMT%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-type%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C"},{"key":"phpdebugbar-13","value":"%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ex-ratelimit-limit%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E60%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ex-ratelimit-remaining%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E59%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1162052316%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22session_attributes%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1847664502%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1847664502%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%7D%7D%7D"},{"key":"Access-Control-Request-Headers","value":"SA-TOKEN, Authorization, PP-Dashboard-Token"},{"key":"Access-Control-Expose-Headers","value":"SA-TOKEN-REFRESH"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"data\": {\n        \"unique_identifier\": \"a9e57695-acea-4eff-be46-a50404f87aed\",\n        \"target_url\": \"https://test2.com\"\n    }\n}"}],"_postman_id":"d83d3e9f-f270-4227-b0bd-42271891119b"},{"name":"Delete Webhook","id":"cbf3803f-0fec-4080-a8d5-4ac47b303d68","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/webhooks/{webhookUniqueIdentifier}","description":"<h1 id=\"required-scopes\">Required scope(s)</h1>\n<ul>\n<li><code>can_manage_webhooks</code></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v3","oauth","surveys","{surveyUniqueIdentifier}","webhooks","{webhookUniqueIdentifier}"],"host":["api","pointerpro","com"],"query":[],"variable":[]}},"response":[{"id":"119f6dbf-85df-4973-a746-e987c62b6e67","name":"Delete Webhook","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"target_url\": \"https://test2.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.pointerpro.com/v3/oauth/surveys/{surveyUniqueIdentifier}/webhooks/{webhookUniqueIdentifier}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 10 Mar 2025 15:19:16 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar","value":"%7B%22id%22%3A%22X3b3dd8c8b22205e9a2940b69fdb2af9f%22%2C%22data%22%3A%7B%22__meta%22%3A%7B%22id%22%3A%22X3b3dd8c8b22205e9a2940b69fdb2af9f%22%2C%22datetime%22%3A%222025-03-10%2015%3A19%3A16%22%2C%22utime%22%3A1741619956.184816%2C%22method%22%3A%22POST%22%2C%22uri%22%3A%22%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22ip%22%3A%22192.168.65.1%22%7D%2C%22php%22%3A%7B%22version%22%3A%228.2.4%22%2C%22interface%22%3A%22fpm-fcgi%22%7D%2C%22time%22%3A%7B%22start%22%3A1741619956.053781%2C%22end%22%3A1741619956.184826%2C%22duration%22%3A0.13104486465454102%2C%22duration_str%22%3A%22131ms%22%2C%22measures%22%3A%5B%7B%22label%22%3A%22Booting%22%2C%22start%22%3A1741619956.053781%2C%22relative_start%22%3A0%2C%22end%22%3A1741619956.142689%2C%22relative_end%22%3A1741619956.142689%2C%22duration%22%3A0.08890795707702637%2C%22duration_str%22%3A%2288.91ms%22%2C%22memory%22%3A0%2C%22memory_str%22%3A%220B%22%2C%22params%22%3A%5B%5D%2C%22collector%22%3Anull%7D%2C%7B%22label%22%3A%22Application%22%2C%22start%22%3A1741619956.142869%2C%22relative_start%22%3A0.08908796310424805%2C%22end%22%3A1741619956.184827%2C%22relative_end%22%3A1.1920928955078125e-6%2C%22duration%22%3A0.04195809364318848%2C%22duration_str%22%3A%2241.96ms%22%2C%22memory%22%3A0%2C%22memory_str%22%3A%220B%22%2C%22params%22%3A%5B%5D%2C%22collector%22%3Anull%7D%5D%7D%2C%22memory%22%3A%7B%22peak_usage%22%3A3497288%2C%22peak_usage_str%22%3A%223MB%22%7D%2C%22route%22%3A%7B%22uri%22%3A%22POST%20v3%5C%2Foauth%5C%2Fsurveys%5C%2F%7Bsurvey%7D%5C%2Fwebhooks%22%2C%22middleware%22%3A%22throttle%3Adefault%2C%20can%3Amaintenance_mode_organization_api%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CCheckClientCredentials%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CAuditRequest%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20Illuminate%5C%5CRouting%5C%5CMiddleware%5C%5CSubstituteBindings%2C%20App%5C%5CHttp%5C%5CMiddleware%5C%5CCheckOrganizationScope%3Acan_manage_webhooks%2C%20can%3Acreate%2CApp%5C%5CModels%5C%5CWebhook%2Csurvey%22%2C%22uses%22%3A%22App%5C%5CHttp%5C%5CControllers%5C%5COrganizationApi%5C%5CWebhook%5C%5CWebhookCreateController%40__invoke%22%2C%22controller%22%3A%22App%5C%5CHttp%5C%5CControllers%5C%5COrganizationApi%5C%5CWebhook%5C%5CWebhookCreateController%22%2C%22namespace%22%3A%22%22%2C%22prefix%22%3A%22v3%5C%2Foauth%5C%2Fsurveys%5C%2F%7Bsurvey%7D%5C%2Fwebhooks%22%2C%22where%22%3A%5B%5D%2C%22as%22%3A%22api.v3.webhooks.create%22%7D%2C%22queries%22%3A%7B%22nb_statements%22%3A14%2C%22nb_failed_statements%22%3A0%2C%22accumulated_duration%22%3A0.011370000000000002%2C%22accumulated_duration_str%22%3A%2211.37ms%22%2C%22statements%22%3A%5B%7B%22sql%22%3A%22select%20%2A%20from%20%60survey%60%20where%20%60unique_identifier%60%20%3D%20%277bef48a0-34a9-4a53-a692-68c4642773a0%27%20and%20%60survey%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%227bef48a0-34a9-4a53-a692-68c4642773a0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FImplicitRouteBinding.php%22%2C%22line%22%3A61%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRouter.php%22%2C%22line%22%3A959%7D%2C%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FMiddleware%5C%2FSubstituteBindings.php%22%2C%22line%22%3A41%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fv"},{"key":"phpdebugbar-1","value":"endor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A23%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22throttle%22%2C%22line%22%3A159%7D%5D%2C%22duration%22%3A0.00376%2C%22duration_str%22%3A%223.76ms%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FImplicitRouteBinding.php%3A61%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60feature_flags%60%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22The%20%3Ccode%3ESELECT%3C%5C%2Fcode%3E%20statement%20has%20no%20%3Ccode%3EWHERE%3C%5C%2Fcode%3E%20clause%20and%20could%20examine%20many%20more%20rows%20than%20intended%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagEloquentRepository.php%22%2C%22line%22%3A14%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A27%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FCache%5C%2FRepository.php%22%2C%22line%22%3A437%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A25%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagCacheRepository.php%22%2C%22line%22%3A35%7D%5D%2C%22duration%22%3A0.00047999999999999996%2C%22duration_str%22%3A%22480%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FRepositories%5C%2FFeatureFlag%5C%2FFeatureFlagEloquentRepository.php%3A14%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00045%2C%22duration_str%22%3A%22450%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2"},{"key":"phpdebugbar-2","value":"C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A83%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00016%2C%22duration_str%22%3A%22160%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_client_organization_scopes%60%20where%20%60oauth_client_id%60%20%3D%2022%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%22%2C%22line%22%3A17%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A85%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00031%2C%22duration_str%22%3A%22310%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%3A17%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60organization%60%20where%20%60organization%60.%60id%60%20%3D%2026187%20and%20%60organization%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2226187%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%22%2C%22line%22%3A24%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2F"},{"key":"phpdebugbar-3","value":"src%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A85%7D%2C%7B%22index%22%3A23%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FHttp%5C%2FMiddleware%5C%2FCheckCredentials.php%22%2C%22line%22%3A67%7D%2C%7B%22index%22%3A24%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FPipeline%5C%2FPipeline.php%22%2C%22line%22%3A183%7D%2C%7B%22index%22%3A25%2C%22namespace%22%3A%22middleware%22%2C%22name%22%3A%22can%22%2C%22line%22%3A57%7D%5D%2C%22duration%22%3A0.00035999999999999997%2C%22duration_str%22%3A%22360%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FMiddleware%5C%2FCheckClientCredentials.php%3A24%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22insert%20into%20%60webhooks%60%20%28%60url%60%2C%20%60uses_authorization%60%2C%20%60authorization_type%60%2C%20%60authorization_value%60%2C%20%60event%60%2C%20%60type%60%2C%20%60tenant_id%60%2C%20%60unique_identifier%60%2C%20%60updated_at%60%2C%20%60created_at%60%29%20values%20%28%27https%3A%5C%2F%5C%2Ftest.com%27%2C%200%2C%20%27%27%2C%20%27%27%2C%20%27App%5C%5CEvents%5C%5CSessionSaved%27%2C%20%27default%27%2C%2077559%2C%20%27a9e57695-acea-4eff-be46-a50404f87aed%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%29%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22https%3A%5C%2F%5C%2Ftest.com%22%2C%220%22%2C%22%22%2C%22%22%2C%22App%5C%5CEvents%5C%5CSessionSaved%22%2C%22default%22%2C%2277559%22%2C%22a9e57695-acea-4eff-be46-a50404f87aed%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%5D%2C%22hints%22%3A%5B%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A15%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FControllers%5C%2FOrganizationApi%5C%2FWebhook%5C%2FWebhookCreateController.php%22%2C%22line%22%3A27%7D%2C%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FController.php%22%2C%22line%22%3A54%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FControllerDispatcher.php%22%2C%22line%22%3A43%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRoute.php%22%2C%22line%22%3A259%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FRouting%5C%2FRoute.php%22%2C%22line%22%3A205%7D%5D%2C%22duration%22%3A0.00198%2C%22duration_str%22%3A%221.98ms%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FHttp%5C%2FControllers%5C%2FOrganizationApi%5C%2FWebhook%5C%2FWebhookCreateController.php%3A27%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%"},{"key":"phpdebugbar-4","value":"5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00029%2C%22duration_str%22%3A%22290%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_clients%60%20where%20%60id%60%20%3D%20%2722%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A47%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A58%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A182%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.0003%2C%22duration_str%22%3A%22300%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%3A47%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60user%60%20where%20%60id%60%20is%20null%20and%20%60user%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%22%2C%22line%22%3A59%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FPassportUserProvider.php%22%2C%22line%22%3A42%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A195%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00034%2C%22duration_str%22%3A%22340%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%3A59%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_access_tokens%60%20where"},{"key":"phpdebugbar-5","value":"%20%60id%60%20%3D%20%27442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22442997da2b8963a6c873112f2c82258be60cfa8fa752c57c6c2cf061fbda51498efd95da4252a2b0%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A28%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%22%2C%22line%22%3A100%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FBridge%5C%2FAccessTokenRepository.php%22%2C%22line%22%3A89%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FAuthorizationValidators%5C%2FBearerTokenValidator.php%22%2C%22line%22%3A125%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Fleague%5C%2Foauth2-server%5C%2Fsrc%5C%2FResourceServer.php%22%2C%22line%22%3A84%7D%5D%2C%22duration%22%3A0.00013000000000000002%2C%22duration_str%22%3A%22130%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FTokenRepository.php%3A28%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60oauth_clients%60%20where%20%60id%60%20%3D%20%2722%27%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%2222%22%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A47%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%22%2C%22line%22%3A58%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A182%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00011999999999999999%2C%22duration_str%22%3A%22120%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FClientRepository.php%3A47%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22select%20%2A%20from%20%60user%60%20where%20%60id%60%20is%20null%20and%20%60user%60.%60deleted_at%60%20is%20null%20limit%201%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%5D%2C%22hints%22%3A%5B%22Use%20%3Ccode%3ESELECT%20%2A%3C%5C%2Fcode%3E%20only%20if%20you%20need%20all%20columns%20from%20table%22%2C%22%3Ccode%3ELIMIT%3C%5C%2Fcode%3E%20without%20%3Ccode%3EORDER%20BY%3C%5C%2Fcode%3E%20causes%20non-deterministic%20results%2C%20depending%20on%20the%20query%20execution%20plan%22%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A16%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc"},{"key":"phpdebugbar-6","value":"%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%22%2C%22line%22%3A59%7D%2C%7B%22index%22%3A17%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FPassportUserProvider.php%22%2C%22line%22%3A42%7D%2C%7B%22index%22%3A18%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A195%7D%2C%7B%22index%22%3A19%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fpassport%5C%2Fsrc%5C%2FGuards%5C%2FTokenGuard.php%22%2C%22line%22%3A120%7D%2C%7B%22index%22%3A20%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FGuardHelpers.php%22%2C%22line%22%3A56%7D%5D%2C%22duration%22%3A0.00011999999999999999%2C%22duration_str%22%3A%22120%5Cu03bcs%22%2C%22stmt_id%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FAuth%5C%2FEloquentUserProvider.php%3A59%22%2C%22connection%22%3A%22surveyanyplace%22%7D%2C%7B%22sql%22%3A%22insert%20into%20%60audit_2025_03%60%20%28%60old_values%60%2C%20%60new_values%60%2C%20%60event%60%2C%20%60auditable_id%60%2C%20%60auditable_type%60%2C%20%60user_id%60%2C%20%60user_type%60%2C%20%60tags%60%2C%20%60ip_address%60%2C%20%60user_agent%60%2C%20%60url%60%2C%20%60ghost_user_id%60%2C%20%60role_id%60%2C%20%60organization_id%60%2C%20%60executed_at%60%2C%20%60updated_at%60%2C%20%60created_at%60%29%20values%20%28%27%5B%5D%27%2C%20%27%7B%5C%5C%5C%22url%5C%5C%5C%22%3A%5C%5C%5C%22https%3A%5C%5C%5C%2F%5C%5C%5C%2Ftest.com%5C%5C%5C%22%2C%5C%5C%5C%22uses_authorization%5C%5C%5C%22%3Afalse%2C%5C%5C%5C%22authorization_type%5C%5C%5C%22%3Anull%2C%5C%5C%5C%22authorization_value%5C%5C%5C%22%3Anull%2C%5C%5C%5C%22event%5C%5C%5C%22%3A%5C%5C%5C%22App%5C%5C%5C%5CEvents%5C%5C%5C%5CSessionSaved%5C%5C%5C%22%2C%5C%5C%5C%22type%5C%5C%5C%22%3A%5C%5C%5C%22default%5C%5C%5C%22%2C%5C%5C%5C%22tenant_id%5C%5C%5C%22%3A77559%2C%5C%5C%5C%22unique_identifier%5C%5C%5C%22%3A%5C%5C%5C%22a9e57695-acea-4eff-be46-a50404f87aed%5C%5C%5C%22%2C%5C%5C%5C%22id%5C%5C%5C%22%3A4705%7D%27%2C%20%27created%27%2C%204705%2C%20%27App%5C%5CModels%5C%5CWebhook%27%2C%20%27%27%2C%20%27%27%2C%20%27%27%2C%20%27192.168.65.1%27%2C%20%27PostmanRuntime%5C%2F7.43.0%27%2C%20%27https%3A%5C%2F%5C%2Fdev.api.pointerpro.local%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%27%2C%20%27%27%2C%20%27%27%2C%20%27%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%2C%20%272025-03-10%2015%3A19%3A16%27%29%22%2C%22type%22%3A%22query%22%2C%22params%22%3A%5B%5D%2C%22bindings%22%3A%5B%22%5B%5D%22%2C%22%7B%26quot%3Burl%26quot%3B%3A%26quot%3Bhttps%3A%5C%5C%5C%2F%5C%5C%5C%2Ftest.com%26quot%3B%2C%26quot%3Buses_authorization%26quot%3B%3Afalse%2C%26quot%3Bauthorization_type%26quot%3B%3Anull%2C%26quot%3Bauthorization_value%26quot%3B%3Anull%2C%26quot%3Bevent%26quot%3B%3A%26quot%3BApp%5C%5C%5C%5CEvents%5C%5C%5C%5CSessionSaved%26quot%3B%2C%26quot%3Btype%26quot%3B%3A%26quot%3Bdefault%26quot%3B%2C%26quot%3Btenant_id%26quot%3B%3A77559%2C%26quot%3Bunique_identifier%26quot%3B%3A%26quot%3Ba9e57695-acea-4eff-be46-a50404f87aed%26quot%3B%2C%26quot%3Bid%26quot%3B%3A4705%7D%22%2C%22created%22%2C%224705%22%2C%22App%5C%5CModels%5C%5CWebhook%22%2C%22%22%2C%22%22%2C%22%22%2C%22192.168.65.1%22%2C%22PostmanRuntime%5C%2F7.43.0%22%2C%22https%3A%5C%2F%5C%2Fdev.api.pointerpro.local%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22%22%2C%22%22%2C%22%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%2C%222025-03-10%2015%3A19%3A16%22%5D%2C%22hints%22%3A%5B%5D%2C%22show_copy%22%3Afalse%2C%22backtrace%22%3A%5B%7B%22index%22%3A21%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fapp%5C%2FJobs%5C%2FInsertAuditLog.php%22%2C%22line%22%3A25%7D%2C%7B%22index%22%3A22%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A36%7D%2C%7B%22index%22%3A23%2C%22namespace%2"},{"key":"phpdebugbar-7","value":"2%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FUtil.php%22%2C%22line%22%3A41%7D%2C%7B%22index%22%3A24%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A93%7D%2C%7B%22index%22%3A25%2C%22namespace%22%3Anull%2C%22name%22%3A%22%5C%2Fvendor%5C%2Flaravel%5C%2Fframework%5C%2Fsrc%5C%2FIlluminate%5C%2FContainer%5C%2FBoundMethod.php%22%2C%22line%22%3A35%7D%5D%2C%22duration%22%3A0.00257%2C%22duration_str%22%3A%222.57ms%22%2C%22stmt_id%22%3A%22%5C%2Fapp%5C%2FJobs%5C%2FInsertAuditLog.php%3A25%22%2C%22connection%22%3A%22survey-api_auditing%22%7D%5D%7D%2C%22models%22%3A%7B%22data%22%3A%7B%22Laravel%5C%5CPassport%5C%5CClient%22%3A2%2C%22App%5C%5CModels%5C%5COrganization%22%3A1%2C%22App%5C%5CModels%5C%5COauthClientOrganizationScope%22%3A1%2C%22Laravel%5C%5CPassport%5C%5CToken%22%3A4%2C%22App%5C%5CModels%5C%5CFeatureFlag%22%3A20%2C%22App%5C%5CModels%5C%5CSurvey%22%3A1%7D%2C%22count%22%3A29%7D%2C%22auth%22%3A%7B%22guards%22%3A%7B%22web%22%3A%22null%22%2C%22assessment-center%22%3A%22null%22%2C%22default%22%3A%22null%22%2C%22documentation%22%3A%22null%22%2C%22api%22%3A%22null%22%7D%2C%22names%22%3A%22%22%7D%2C%22session%22%3A%5B%5D%2C%22request%22%3A%7B%22path_info%22%3A%22%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%22%2C%22status_code%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1181874547%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-num%3E200%3C%5C%2Fspan%3E%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1181874547%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22status_text%22%3A%22OK%22%2C%22format%22%3A%22html%22%2C%22content_type%22%3A%22application%5C%2Fjson%22%2C%22request_query%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-396415484%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-396415484%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_request%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1469758525%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Etarget_url%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Ftest.com%3C%5C%2Fspan%3E%5C%22%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1469758525%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_headers%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-2061542524%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A9%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-length%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econnection%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3Ekeep-alive%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eaccept-encoding%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20"},{"key":"phpdebugbar-8","value":"%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Egzip%2C%20deflate%2C%20br%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ehost%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2224%20characters%5C%22%3Edev.api.pointerpro.local%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Epostman-token%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2236%20characters%5C%22%3E419c9272-be6b-4985-b21b-c032cea5bf4a%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Euser-agent%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2221%20characters%5C%22%3EPostmanRuntime%5C%2F7.43.0%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eauthorization%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2218%20characters%5C%22%3EBearer%20eyJ0e%2A%2A%2A%2A%2A%2A%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-type%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eaccept%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-2061542524%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_server%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1870614833%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A53%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHOSTNAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3Ee4bc6514c43f%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_INI_DIR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2218%20characters%5C%22%3E%5C%2Fusr%5C%2Flocal%5C%2Fetc%5C%2Fphp%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHOME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2213%20characters%5C%22%3E%5C%2Fhome%5C%2Fkadivar%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPUPPETEER_EXECUTABLE_PATH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2222%20characters%5C%22%3E%5C%2Ftmp%5C%2Fchromium%5C%2Fchromium%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5"},{"key":"phpdebugbar-9","value":"C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_LDFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E-Wl%2C-O1%20-pie%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_CFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2283%20characters%5C%22%3E-fstack-protector-strong%20-fpic%20-fpie%20-O2%20-D_LARGEFILE_SOURCE%20-D_FILE_OFFSET_BITS%3D64%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_VERSION%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3E8.2.4%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EGPG_KEYS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22122%20characters%5C%22%3E39B641343D8C104B2B146DC3F9C39DC0B9698544%20E60913E4DF209907D8E30D96659A97C9CF2A795A%201198C0117593497A5EC5C199286AF1F9897469DC%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_CPPFLAGS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2283%20characters%5C%22%3E-fstack-protector-strong%20-fpic%20-fpie%20-O2%20-D_LARGEFILE_SOURCE%20-D_FILE_OFFSET_BITS%3D64%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_ASC_URL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2254%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Fwww.php.net%5C%2Fdistributions%5C%2Fphp-8.2.4.tar.xz.asc%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_URL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2250%20characters%5C%22%3Ehttps%3A%5C%2F%5C%2Fwww.php.net%5C%2Fdistributions%5C%2Fphp-8.2.4.tar.xz%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPATH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2260%20characters%5C%22%3E%5C%2Fusr%5C%2Flocal%5C%2Fsbin%3A%5C%2Fusr%5C%2Flocal%5C%2Fbin%3A%5C%2Fusr%5C%2Fsbin%3A%5C%2Fusr%5C%2Fbin%3A%5C%2Fsbin%3A%5C%2Fbin%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHPIZE_DEPS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2276%20characters%5C%22%3Eautoconf%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Edpkg-dev%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Efile%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Eg%2B%2B%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Egcc%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Elibc-dev%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Emake%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Epkg-config%20%3Cspan%20class%3D%5C%22sf-dump-default%5C%22%3E%5C%5Ct%5C%5Ct%3C%5C%2Fspan%3Ere2c%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPWD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E%5C%2Fapplication%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_SHA256%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2264%20characters%5C%22%3Ebc7bf4ca7ed0dd17647e3ea870b6f062fcb56b243bfdef3f59ff7f94e96176a8%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPUPPETEER_SKIP_DOWNLOAD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%3E1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EUSER%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%227%20characters%5C%22%3Ekadivar%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONTENT_LENGTH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONNECTION%3C%5C%2Fsp"},{"key":"phpdebugbar-10","value":"an%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3Ekeep-alive%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_ACCEPT_ENCODING%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Egzip%2C%20deflate%2C%20br%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_HOST%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2224%20characters%5C%22%3Edev.api.pointerpro.local%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_POSTMAN_TOKEN%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%226%20characters%5C%22%3E%2A%2A%2A%2A%2A%2A%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_USER_AGENT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2221%20characters%5C%22%3EPostmanRuntime%5C%2F7.43.0%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_AUTHORIZATION%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%221046%20characters%5C%22%3EBearer%20eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIyMiIsImp0aSI6IjQ0Mjk5N2RhMmI4OTYzYTZjODczMTEyZjJjODIyNThiZTYwY2ZhOGZhNzUyYzU3YzZjMmNmMDYxZmJkYTUxNDk4ZWZkOTVkYTQyNTJhMmIwIiwiaWF0IjoxNzQxNTk3OTIyLjQxNDQzMSwibmJmIjoxNzQxNTk3OTIyLjQxNDQzMiwiZXhwIjoxNzczMTMzOTIyLjQwMjY2MSwic3ViIjoiIiwic2NvcGVzIjpbImNhbl9tYW5hZ2Vfd2ViaG9va3MiLCJjYW5fdXBsb2FkX3Jlc3BvbnNlcyJdfQ.dPCwsklRtCpoENhtHnyCZCVu4BZ6xb-xndfKkZNv7iDR-6tk6gZmHVJ0H2K3PLizKSjqSr98bnXcFRsOLTQw6P0yGd6QHTc1i-wzTH2aueZL9RarU8KThPDbbV2fyxLx00n5sVY8Wwz33otkSLPiFgCKGzBEXh6eFBjDwBusGFHqZcwCR9vuJA67kYv9gpYukjnEbxdq-sx5cymHdNzFD407j8B7K2AAlrkYTlcIoS6XB2fBMqvDEc-FpUtHs3MwqOPTmIgF_f2CDKnJRijHMIwmPoFScExcUp2gH49XFBTZfMWyTx55Hlj9jEAjqzsULwYyOwlVuaOdr2nU-h9E1fjmKh4Sn48Dbop5KaIXqo22lkzpZWRUXSeufQ83-c7beWjDP6RhhrL1tFlt81J0Xd1CNiI_SHzrrZiR-4y1pPYiRpmg98PflqWVLRtZmcdaw7UjWRdQT-V5nuj2uA-DCSd8sgSio-6k2cFp-6VkIL-ycBO-zTqmbonji2g9zbvuSkUPPcoaRPZJUs3kMEYrlfZONqbImzDyyx5xU1yXVwrhtF82qyiA1frtHqp4hgZByTqbNWbjp4BBJvPf_7WsOuHWb9gA8j_xUW6eeJ_QhUI-NRbTqU4TKli0vtyTOJlvCyn6I7fUg5gysJk_cUN87hAvYdUB_TjlBUskXSydBVA%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_CONTENT_TYPE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTP_ACCEPT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_VALUE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%5C%22%5C%22%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3Emax_execution_time%3D%26quot%3B300%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20session.gc_maxlifetime%20%3D%26quot%3B1209600%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max_input_vars%3D%26quot%3B100000%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20memory_limit%3D%26quot%3B512M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E"},{"key":"phpdebugbar-11","value":"%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20post_max_size%3D%26quot%3B256M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20upload_max_filesize%3D%26quot%3B256M%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20session.gc_probability%3D%26quot%3B1%26quot%3B%3Cspan%20class%3D%5C%22sf-dump-default%20sf-dump-ns%5C%22%3E%5C%5Cn%3C%5C%2Fspan%3E%3C%5C%2Fspan%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%22465%20characters%5C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20error_reporting%3D%26quot%3BE_ALL%20%26amp%3B%20~E_NOTICE%20%26amp%3B%20~E_STRICT%20%26amp%3B%20~E_DEPRECATED%26quot%3B%3C%5C%2Fspan%3E%5Cn%20%20%20%20%5C%22%5C%22%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESCRIPT_FILENAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2229%20characters%5C%22%3E%5C%2Fapplication%5C%2Fpublic%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREDIRECT_STATUS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%223%20characters%5C%22%3E200%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_NAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%229%20characters%5C%22%3Elocalhost%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_PORT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%223%20characters%5C%22%3E443%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_ADDR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E172.18.0.5%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREMOTE_PORT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3E47673%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREMOTE_ADDR%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3E192.168.65.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_SOFTWARE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2212%20characters%5C%22%3Enginx%5C%2F1.23.4%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EGATEWAY_INTERFACE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%227%20characters%5C%22%3ECGI%5C%2F1.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EHTTPS%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3Eon%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_SCHEME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%225%20characters%5C%22%3Ehttps%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESERVER_PROTOCOL%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%228%20characters%5C%22%3EHTTP%5C%2F1.1%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EDOCUMENT_ROOT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2219%20characters%5C%22%3E%5C%2Fapplication%5C%2Fpublic%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EDOCUMENT_URI%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5"},{"key":"phpdebugbar-12","value":"C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_URI%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2263%20characters%5C%22%3E%5C%2Fv3%5C%2Foauth%5C%2Fsurveys%5C%2F7bef48a0-34a9-4a53-a692-68c4642773a0%5C%2Fwebhooks%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ESCRIPT_NAME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ECONTENT_LENGTH%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E40%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3ECONTENT_TYPE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_METHOD%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%224%20characters%5C%22%3EPOST%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EQUERY_STRING%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EFCGI_ROLE%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%229%20characters%5C%22%3ERESPONDER%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EPHP_SELF%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2210%20characters%5C%22%3E%5C%2Findex.php%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_TIME_FLOAT%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E1741619956.0538%3C%5C%2Fspan%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3EREQUEST_TIME%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E1741619956%3C%5C%2Fspan%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eargv%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%5B%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Eargc%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-num%3E0%3C%5C%2Fspan%3E%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1870614833%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22request_cookies%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-218419363%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-218419363%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22response_headers%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1162052316%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%3Cspan%20class%3Dsf-dump-note%3Earray%3A5%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D1%20class%3Dsf-dump-expanded%3E%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ecache-control%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2217%20characters%5C%22%3Eno-cache%2C%20private%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Edate%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2229%20characters%5C%22%3EMon%2C%2010%20Mar%202025%2015%3A19%3A16%20GMT%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Econtent-type%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%2216%20characters%5C%22%3Eapplication%5C%2Fjson%3C"},{"key":"phpdebugbar-13","value":"%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ex-ratelimit-limit%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E60%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%20%20%5C%22%3Cspan%20class%3Dsf-dump-key%3Ex-ratelimit-remaining%3C%5C%2Fspan%3E%5C%22%20%3D%3E%20%3Cspan%20class%3Dsf-dump-note%3Earray%3A1%3C%5C%2Fspan%3E%20%5B%3Csamp%20data-depth%3D2%20class%3Dsf-dump-compact%3E%5Cn%20%20%20%20%3Cspan%20class%3Dsf-dump-index%3E0%3C%5C%2Fspan%3E%20%3D%3E%20%5C%22%3Cspan%20class%3Dsf-dump-str%20title%3D%5C%222%20characters%5C%22%3E59%3C%5C%2Fspan%3E%5C%22%5Cn%20%20%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fsamp%3E%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1162052316%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%2C%22session_attributes%22%3A%22%3Cpre%20class%3Dsf-dump%20id%3Dsf-dump-1847664502%20data-indent-pad%3D%5C%22%20%20%5C%22%3E%5B%5D%5Cn%3C%5C%2Fpre%3E%3Cscript%3ESfdump%28%5C%22sf-dump-1847664502%5C%22%2C%20%7B%5C%22maxDepth%5C%22%3A0%7D%29%3C%5C%2Fscript%3E%5Cn%22%7D%7D%7D"},{"key":"Access-Control-Request-Headers","value":"SA-TOKEN, Authorization, PP-Dashboard-Token"},{"key":"Access-Control-Expose-Headers","value":"SA-TOKEN-REFRESH"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"cbf3803f-0fec-4080-a8d5-4ac47b303d68"}],"id":"8c7d8987-3900-48ed-abf7-535c25aa6639","_postman_id":"8c7d8987-3900-48ed-abf7-535c25aa6639","description":""}]}