Skip to main content
GET
/
webhooks
Get Webhooks
curl --request GET \
  --url https://api.arnio.co/api/v1/webhooks \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "webhook-123",
      "companyName": "My Company",
      "url": "https://example.com/webhooks",
      "eventTypes": [
        "new-message",
        "update-message"
      ]
    }
  ]
}
Fetch list of existing webhooks.

Authorizations

X-API-Key
string
header
required

Provide your generated API Key.

Response

200 - application/json

List of webhooks