# Trigger webhook test event **POST /api/v1/webhooks/test-event** Queues a `test.event` delivery for active subscriptions owned by the authenticated API key owner. This event is a no-op health check and does not represent money movement. ## Servers - https://api.staging.lumetrade.com: https://api.staging.lumetrade.com () ## Parameters ### Headers - **X-API-KEY** (string) Public API key issued from the Lumetrade API key management flow. - **X-API-SECRET** (string) API secret paired with the public API key. ## Responses ### 202 Test event accepted and matching outbox rows queued #### Body: application/json (object) - **eventType** (string) Queued event type. - **resourceInternalTransactionId** (string) Synthetic resource id for this test event. - **matchedSubscriptionCount** (integer(int32)) Number of active subscriptions matched by the test event. - **queuedOutboxCount** (integer(int32)) Number of outbox rows queued for delivery. - **outboxIds** (array) ### 403 Authenticated API key is not allowed to perform this action #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **httpStatus** (integer(int32)) - **requestId** (string) - **timestamp** (string(date-time)) - **errors** (array[object]) ### 429 Cloudflare API rate limit exceeded #### Body: application/json (object) - **error** (string) - **message** (string) ### 401 API key authentication failed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **httpStatus** (integer(int32)) - **requestId** (string) - **timestamp** (string(date-time)) - **errors** (array[object]) ### 400 Request validation failed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **httpStatus** (integer(int32)) - **requestId** (string) - **timestamp** (string(date-time)) - **errors** (array[object]) ### 500 Unexpected server error #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) - **httpStatus** (integer(int32)) - **requestId** (string) - **timestamp** (string(date-time)) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)