---
title: "Test event"
method: POST
path: "testingTestEvent"
tags: ["Webhooks"]
---

# Test event

`POST testingTestEvent` (webhook)

Test event that can be triggered from the Webhooks settings page in Loops. Use this to verify that your endpoint is working and that your signature verification code is correct. The payload contains `eventName`, `eventTime`, `message` (always `"test"`), and `webhookSchemaVersion`.

## Headers

- `webhook-id` string, required
- `webhook-timestamp` string, required
- `webhook-signature` string, required

## Payload

- WebhookTestingTestEventPayload
  - `eventName` 'testing.testEvent', required
  - `eventTime` integer, required — Unix timestamp in seconds.
  - `message` 'test', required
  - `webhookSchemaVersion` '1.0.0', required

## Acknowledgement `200`

Webhook received successfully. Return any 2xx status code to acknowledge delivery.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/9cc087257f0d/schema)
