---
title: "Send test webhooks"
method: GET
path: "/v2/webhooks/{webhookId}/events/{event}/test"
tags: ["API and Webhooks"]
---

# Send test webhooks

`GET /v2/webhooks/{webhookId}/events/{event}/test`

This endpoint sends a test webhook response for a selected event to the chosen URL. You will need to enable PERM_BUSINESS_GET_WEBHOOK_EVENT_TEST to use this endpoint.

## Path parameters

- `webhookId` integer, required — The ID of the webhook to test
- `event` 'LODGEMENT_RECEIVED' | 'PAYMENT_RECEIVED' | 'PAYMENT_REQUEST_PAYMENT_RECEIVED' | 'ACCOUNT_CREATED' | 'CARD_CREATED' | 'CARD_AUTHORISATION' | 'CARD_SETTLEMENT' | 'PAYMENT_REQUEST_PAYMENT_AUTHORISED' | 'PIS_LODGEMENT_RECEIVED', required — The type of event to send. Currently only one event type is associated with each webhook, however this may change in future.

## Response `200`

Webhook test sent.

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/versions/1d19896d095c/schema)
