{"collection":{"info":{"_postman_id":"37208943-18aa-45b1-b4f0-8c7d6ac3c07a","name":"WebhookEvents","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2024-08-09T23:42:51.000Z","updatedAt":"2026-02-24T17:15:53.000Z","lastUpdatedBy":"37283496","uid":"37283496-37208943-18aa-45b1-b4f0-8c7d6ac3c07a"},"item":[{"name":"Account Verified as Worker","id":"1725d9b3-7edd-4cf9-bd15-f5b798167155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"account_number\": \"1234567891234567\",\n    \"routing_number\": \"084106768\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/ACCOUNT_VERIFIED_AS_WORKER","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","ACCOUNT_VERIFIED_AS_WORKER"]},"description":"This webhook is triggered when a worker is verified on an organization's roster. Routing and account number will return null if the worker's wallet has not yet been created."},"response":[],"createdAt":"2024-08-09T23:44:02.000Z","updatedAt":"2024-08-29T21:33:00.000Z","uid":"37283496-1725d9b3-7edd-4cf9-bd15-f5b798167155"},{"name":"Account Review","id":"39f31573-a785-4bd2-b3b6-e97fe048d462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"onboarding_link\": \"https://branchapp.com/ol1\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/ACCOUNT_REVIEW","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","ACCOUNT_REVIEW"]},"description":"Triggered when a worker has been flagged for manual review"},"response":[],"createdAt":"2024-08-10T00:34:29.000Z","updatedAt":"2024-08-19T21:44:00.000Z","uid":"37283496-39f31573-a785-4bd2-b3b6-e97fe048d462"},{"name":"Advance Adjustment","id":"f6d33c4a-4ba5-427f-aedc-c9ea162f67e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"adjustment_amount\": 641,\n    \"advance_id\": \"18d99mn3bvf78094\",\n    \"employee_id\": \"123\",\n    \"original_outstanding_amount\": 99,\n    \"outstanding_amount\": 444,\n    \"timestamp\": \"2023-12-30T15:40:32-08:00\",\n    \"type\": \"tp_pull\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/ADVANCE_ADJUSTMENT","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","ADVANCE_ADJUSTMENT"]},"description":"Triggered when an adjustment is made to an advance"},"response":[],"createdAt":"2024-08-10T00:35:13.000Z","updatedAt":"2024-08-19T21:44:47.000Z","uid":"37283496-f6d33c4a-4ba5-427f-aedc-c9ea162f67e5"},{"name":"Advance Claimed","id":"a0a19ff0-9c74-452d-8389-f8d671caa379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"advance_id\": \"18d99mn3bvf78094\",\n    \"amount\":444,\n    \"employee_id\": \"123\",\n    \"timestamp\": \"2023-12-30T15:40:32-08:00\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/ADVANCE_CLAIMED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","ADVANCE_CLAIMED"]},"description":"Triggered when a worker claims an advance"},"response":[],"createdAt":"2024-08-10T00:35:15.000Z","updatedAt":"2024-08-19T21:45:02.000Z","uid":"37283496-a0a19ff0-9c74-452d-8389-f8d671caa379"},{"name":"Card Activated","id":"1f42ea96-a7be-4fae-b200-2ce9c64007aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"marqeta_card_token\": \"Acme_1099_Physical\",\n    \"card_product\": \"Acme_1099\",\n    \"card_type\": \"PHYSICAL\",\n    \"time_emitted\": \"2023-12-30T15:40:32-08:00\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/CARD_ACTIVATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","CARD_ACTIVATED"]},"description":"Triggered when a worker activates their card"},"response":[],"createdAt":"2024-08-10T00:35:15.000Z","updatedAt":"2024-08-19T21:45:12.000Z","uid":"37283496-1f42ea96-a7be-4fae-b200-2ce9c64007aa"},{"name":"Card Deactivated","id":"b012622e-c5a8-40c0-ba8a-8c60d40e9dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"marqeta_card_token\": \"Acme_1099_Physical\",\n    \"card_product\": \"Acme_1099\",\n    \"card_type\": \"PHYSICAL\",\n    \"reason_code\": \"LOST_OR_STOLEN\",\n    \"time_emitted\": \"2023-12-30T15:40:32-08:00\"\n }\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/CARD_DEACTIVATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","CARD_DEACTIVATED"]},"description":"Triggered when a worker deactivates their card"},"response":[],"createdAt":"2024-08-10T00:35:16.000Z","updatedAt":"2024-08-19T21:47:37.000Z","uid":"37283496-b012622e-c5a8-40c0-ba8a-8c60d40e9dc1"},{"name":"Direct Deposit Created","id":"1e26e8ad-b9e1-47d7-85ef-5ad39ade24dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"account_number\": \"123456789\",\n    \"routing_number\": \"084106768\",\n    \"amount\": 10,\n    \"amount_type\": \"PERCENTAGE\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/DIRECT_DEPOSIT_CREATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","DIRECT_DEPOSIT_CREATED"]},"description":"Triggered when a worker deactivates their card"},"response":[],"createdAt":"2026-02-19T19:30:17.000Z","updatedAt":"2026-02-20T17:07:15.000Z","uid":"37283496-1e26e8ad-b9e1-47d7-85ef-5ad39ade24dd"},{"name":"Invoice Created","id":"2994a1c7-0c5c-4a70-befe-c3e84311e7b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 399742129664,\n    \"amount\": 12456,\n    \"description\": \"Invoice created for John Doe\",\n    \"filename\": \"j_doe_invoice_11\",\n    \"due_date\": \"2023-12-30\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/INVOICE_CREATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","INVOICE_CREATED"]},"description":"Triggered when an invoice is created"},"response":[],"createdAt":"2024-08-10T00:35:17.000Z","updatedAt":"2026-02-24T18:00:49.000Z","uid":"37283496-2994a1c7-0c5c-4a70-befe-c3e84311e7b2"},{"name":"Invoice Overdue","id":"59758526-bdc9-4ebf-97c1-14351758a260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 399742129664,\n    \"amount\": 12456,\n    \"description\": \"Invoice not paid by due dates\",\n    \"due_date\": \"2023-12-30\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/INVOICE_OVERDUE","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","INVOICE_OVERDUE"]},"description":"Triggered when an invoice is overdue"},"response":[],"createdAt":"2024-08-10T00:35:15.000Z","updatedAt":"2024-08-19T21:47:58.000Z","uid":"37283496-59758526-bdc9-4ebf-97c1-14351758a260"},{"name":"Invoice Transfer Initiated","id":"f4164e1c-03db-4c3d-a9e5-c6e57267935b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"invoice_id\": 399742129664,\n    \"amount\": 12456,\n    \"description\": \"Transferring invoice to XYZ\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/INVOICE_TRANSFER_INITIATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","INVOICE_TRANSFER_INITIATED"]},"description":"Triggered when an invoice transfer is initiated"},"response":[],"createdAt":"2024-08-10T00:35:15.000Z","updatedAt":"2024-08-19T21:48:14.000Z","uid":"37283496-f4164e1c-03db-4c3d-a9e5-c6e57267935b"},{"name":"KYC Fallback Failed","id":"8a84ca62-b7af-444b-9687-70ef96bc1ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\":\"123\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/KYC_FALLBACK_FAILED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","KYC_FALLBACK_FAILED"]},"description":"This webhook is triggered when KYC fallback ID upload verification has  \nfailed. This means that the worker is not payable through Branch."},"response":[],"createdAt":"2024-08-10T00:35:16.000Z","updatedAt":"2024-08-19T21:48:28.000Z","uid":"37283496-8a84ca62-b7af-444b-9687-70ef96bc1ad8"},{"name":"KYC Declined","id":"5127c7ed-4092-4a39-a335-a7b660c1200c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"reason\": \"Document invalid\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/KYC_DECLINED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","KYC_DECLINED"]},"description":"This webhook is triggered when a worker's KYC is declined."},"response":[],"createdAt":"2024-08-10T00:35:17.000Z","updatedAt":"2024-08-19T21:48:47.000Z","uid":"37283496-5127c7ed-4092-4a39-a335-a7b660c1200c"},{"name":"Payment Profile Activated","id":"ca4527f6-05a9-4c04-8248-fa4cc17b83c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"emp_2617446g-a97f-4ff5-b258-d016589aff70\",\n    \"active_type\": \"INVALID\",\n    \"wallet\": {\n        \"routing_number\": \"5678\",\n        \"account_number\": \"12345\"\n    },\n    \"time_emitted\": \"2023-12-30T15:40:32-08:00\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/PAYMENT_PROFILE_ACTIVATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","PAYMENT_PROFILE_ACTIVATED"]},"description":"This webhook is triggered when a payment method is added to a worker's account."},"response":[],"createdAt":"2024-08-10T00:35:17.000Z","updatedAt":"2026-02-24T22:48:52.000Z","uid":"37283496-ca4527f6-05a9-4c04-8248-fa4cc17b83c7"},{"name":"Payment Profile Deactivated","id":"3cd8e26a-1d68-4e2b-97d5-543f58ba1418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"time_emitted\": \"2023-12-30T15:40:32-08:00\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/PAYMENT_PROFILE_DEACTIVATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","PAYMENT_PROFILE_DEACTIVATED"]},"description":"This webhook is triggered when a payment method has been removed from a  \nworker’s account, and the worker is no longer able to receive a  \ndisbursement."},"response":[],"createdAt":"2024-08-10T00:35:17.000Z","updatedAt":"2024-08-19T21:50:56.000Z","uid":"37283496-3cd8e26a-1d68-4e2b-97d5-543f58ba1418"},{"name":"TIN Verification Matched","id":"e44b6794-d118-448b-a7fb-824dceb33455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"worker_id\": \"12345\",\n    \"timestamp\": \"2025-09-29T15:35:48-08:00\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/TIN_VERIFICATION_MATCHED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","TIN_VERIFICATION_MATCHED"]},"description":"This webhook is triggered when a payment method is added to a worker's account."},"response":[],"createdAt":"2025-10-09T18:46:10.000Z","updatedAt":"2025-10-09T18:47:46.000Z","uid":"37283496-e44b6794-d118-448b-a7fb-824dceb33455"},{"name":"TIN Verification Failed","id":"8b690e0f-1827-4246-8da8-18e8201e8cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"worker_id\": \"12345\",\n    \"status\": \"MISMATCH\",\n    \"timestamp\": \"2025-09-29T15:35:48-08:00\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/TIN_VERIFICATION_FAILED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","TIN_VERIFICATION_FAILED"]},"description":"This webhook is triggered when a payment method is added to a worker's account."},"response":[],"createdAt":"2025-10-09T18:47:59.000Z","updatedAt":"2025-10-09T18:49:23.000Z","uid":"37283496-8b690e0f-1827-4246-8da8-18e8201e8cfa"},{"name":"Wallet Created","id":"27369357-ea56-45f0-b70b-bf5b847b19b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"account_number\": \"123456789\",\n    \"routing_number\": \"084106768\",\n    \"onboarding_link\": \"https://branchapp.com/ol1\"\n}\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/WALLET_CREATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","WALLET_CREATED"]},"description":"Triggered when the worker passes KYC and a wallet is created"},"response":[],"createdAt":"2024-08-10T00:35:16.000Z","updatedAt":"2024-08-19T21:51:00.000Z","uid":"37283496-27369357-ea56-45f0-b70b-bf5b847b19b3"},{"name":"Wallet Claimed","id":"f7c078a0-d975-4ed9-9cf1-761bd2632a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\":\"123\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/WALLET_CLAIMED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","WALLET_CLAIMED"]},"description":"Triggered when a worker downloads the application and claims a pre-initialized account"},"response":[],"createdAt":"2024-08-10T01:06:25.000Z","updatedAt":"2024-08-19T21:51:10.000Z","uid":"37283496-f7c078a0-d975-4ed9-9cf1-761bd2632a2b"},{"name":"Wallet Activated","id":"511bfa88-7bf8-4776-b403-b3a7c06e02d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"account_number\": \"1234567891234567\",\n    \"routing_number\": \"084106768\",\n    \"onboarding_link\": \"https://branchapp.com/ol1\",\n    \"is_claimed\": false\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/WALLET_ACTIVATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","WALLET_ACTIVATED"]},"description":"When a worker's identity is verified a wallet is created. It is not  \nusable however until the worker passes additional KYC checks.  \nWhen the KYC checks pass, this webhook is triggered."},"response":[],"createdAt":"2024-08-10T01:06:28.000Z","updatedAt":"2024-08-19T21:51:41.000Z","uid":"37283496-511bfa88-7bf8-4776-b403-b3a7c06e02d1"},{"name":"Wallet Deactivated","id":"17231bbf-c895-43f5-af0e-e9c049bff1bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"account_number\": \"1234567891234567\",\n    \"routing_number\": \"084106768\",\n    \"reason_code\": \"USER_REQUESTED\",\n    \"reason\": \"Worker Resigned\",\n    \"time_emitted\": \"2023-12-30T15:40:32-08:00\",\n    \"is_claimed\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/WALLET_DEACTIVATED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","WALLET_DEACTIVATED"]},"description":"This webhook is triggered when a worker's wallet is deactivated.  \nThis could be due to Branch confirming fraud, or the worker requesting that their account be closed."},"response":[],"createdAt":"2024-08-10T01:06:28.000Z","updatedAt":"2024-08-19T21:51:56.000Z","uid":"37283496-17231bbf-c895-43f5-af0e-e9c049bff1bf"},{"name":"Wallet Closed","id":"0b898661-b894-44c5-8f1d-48877b2fe326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee_id\": \"123\",\n    \"account_number\": \"1234567891234567\",\n    \"routing_number\": \"084106768\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.branchapp.com/v1/organizations/{{organizationID}}/webhooks/WALLET_CLOSED","protocol":"https","host":["sandbox","branchapp","com"],"path":["v1","organizations","{{organizationID}}","webhooks","WALLET_CLOSED"]},"description":"This webhook is triggered when a wallet is closed. The worker is reset and can onboard again."},"response":[],"createdAt":"2024-08-10T01:06:28.000Z","updatedAt":"2024-08-19T21:52:06.000Z","uid":"37283496-0b898661-b894-44c5-8f1d-48877b2fe326"}],"auth":{"type":"apikey","apikey":[{"key":"value","value":"{{apiKey}}","type":"string"},{"key":"key","value":"apiKey","type":"string"}]},"event":[{"listen":"prerequest","script":{"id":"ab6f1174-84d0-4c1f-917f-b1dc329f853f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"8209fdbf-0e32-4d9a-88d5-da92f3336c4b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"organizationID","value":"testOrganizationID"},{"key":"apiKey","value":"testKey"}]}}