POST
/
webhook
/
{id}
/
test
curl --request POST \
  --url https://api.openformat.tech/v1/webhook/{id}/test \
  --header 'X-API-KEY: <api-key>'
{
  "status": "success"
}
{
  "status": "success"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Webhook id

Example:

"123"

Response

200
application/json

Success message or error

The response is of type object.