AurionAI Docs

Test Webhook

Send a test payload to a webhook.

POST
/api/v2/notification-webhooks/{webhook_id}/test

Send a test payload to a webhook.

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

webhook_id*Webhook Id

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/notification-webhooks/string/test"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}