OpenPhn docs
Referencewebhooks

List your active webhooks

GET
/v1/webhooks

Response Body

application/json

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