Automette docs

Send a test event

POST
/api/v1/webhooks/{id}/test

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/webhooks/string/test"
{  "ok": true,  "status": 200}