Aurion Docs
Api

Create Webhook

POST
/api/v1/webhooks
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/webhooks" \  -H "Content-Type: application/json" \  -d '{    "events": [      "string"    ],    "url": "string"  }'
{
  "created_at": "string",
  "events": [
    "string"
  ],
  "id": "string",
  "is_active": true,
  "secret": "string",
  "updated_at": "string",
  "url": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}