Test event
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique message ID. Use to deduplicate deliveries.
Unix timestamp of when the message was sent.
HMAC signature for verifying the request. Verify using your endpoint signing secret from the Loops dashboard.
Body
Response
Webhook received successfully. Return any 2xx status code to acknowledge delivery.

