Rewardly Docs
API ReferenceWebhooks

Send a test event

POST
/v1/webhook-endpoints/{id}/test

Queues a signed ping event to this endpoint so you can verify your handler and signature verification. Check the delivery result via the deliveries endpoint.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/webhook-endpoints/string/test"
{  "delivery": {    "id": "string",    "status": "string"  }}