AurionAI Docs

List Webhooks

GET
/api/v1/webhooks

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/webhooks"
{
  "webhooks": [
    {
      "created_at": "2019-08-24T14:15:22Z",
      "events": [
        "string"
      ],
      "id": "string",
      "is_active": true,
      "updated_at": "2019-08-24T14:15:22Z",
      "url": "string"
    }
  ]
}