Skip to main content
POST
/
v1
/
webhooks
/
{webhookId}
/
test
Test webhook
curl --request POST \
  --url https://api.ledger.so/v1/webhooks/{webhookId}/test \
  --header 'Api-Key: <api-key>'
{
  "object": "test_sent",
  "success": true,
  "message": "<string>",
  "payload": {}
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

webhookId
string
required

The webhook endpoint ID

Response

Test event sent

object
enum<string>
Available options:
test_sent
success
boolean
message
string
payload
object