Skip to main content
POST
/
webhooks
/
{id}
/
test
Test webhook endpoint
curl --request POST \
  --url https://api.allcovered.xyz/v1/webhooks/{id}/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_type": "payable.paid"
}
'
{
  "data": {
    "success": true,
    "message_id": "<string>"
  }
}
Send a test webhook to the specified endpoint.

Authorizations

Authorization
string
header
required

API key from StableBase dashboard

Path Parameters

id
string<uuid>
required

Resource ID

Body

application/json
event_type
string
default:payable.paid

Event type to simulate

Response

Test event sent

data
object
required