Skip to main content
POST
/
api
/
v0
/
webhooks
/
{id}
/
test
/
test notification webhook
curl --request POST \
  --url https://console.vast.ai/api/v0/webhooks/{id}/test/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "msg": "Test webhook delivered"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

Webhook ID.

Response

Test delivery accepted

success
boolean
Example:

true

msg
string
Example:

"Test webhook delivered"