Aurion Docs
Api

List Webhooks

GET
/api/v1/webhooks
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/webhooks"
{
  "webhooks": [
    {
      "created_at": "string",
      "events": [
        "string"
      ],
      "id": "string",
      "is_active": true,
      "secret": "string",
      "updated_at": "string",
      "url": "string"
    }
  ]
}