---
title: "POST /sandbox/fireWebhooks"
method: POST
path: "/sandbox/fireWebhooks"
tags: ["Sandbox"]
---

# POST /sandbox/fireWebhooks

`POST /sandbox/fireWebhooks`

Test that your code correctly handles webhook events in Sandbox.

## Request body

- FireWebhookV1Dto
  - `connection` FireWebhookConnectionV1Dto, required
    - `businessName` string
    - `serviceName` 'railzSandbox' | 'freshbooks' | 'oracleNetsuite' | 'quickbooks' | 'quickbooksDesktop' | 'sageBusinessCloud' | 'sageIntacct' | 'xero' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'shopify' | 'square' | 'plaid' | 'zohoBooks' | 'byod'
    - `connectionId` string
    - `event` 'login' | 'auth' | 'connectionStatus' | 'customerRequest' | 'data' | 'dataPerType' | 'push' | 'batchPush' | 'delete', required
    - `requestType` string — Request types for data per type. Required when dataPerType event is present.
    - `pushCommunicationId` string, uuid
    - `batchId` string, uuid
    - `deleteCommunicationId` string, uuid
    - `customerRequestType` string

## Response `200`

- FireWebhookResponseV1Dto
  - `webhookFired` boolean, required

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
