Skip to main content
GET
/
platform
/
webhooks
List platform webhooks
curl --request GET \
  --url https://api.arkhq.io/v1/platform/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "pwh_abc123def456",
      "name": "<string>",
      "url": "<string>",
      "enabled": true,
      "events": [
        "<string>"
      ],
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ],
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}

Authorizations

Authorization
string
header
required

Use your API key from arkhq.io/org/credentials

Authorization: Bearer YOUR_API_KEY

Response

List of platform webhooks

success
boolean
required
data
object[]
required
meta
object
required