Skip to main content
GET
/
vq
/
webhooks
List webhook subscriptions
curl --request GET \
  --url https://api.vectrade.io/v1/vq/webhooks \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "url": "<string>",
      "events": [
        "<string>"
      ],
      "symbols": [
        "<string>"
      ],
      "secret": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "active": true
    }
  ]
}

Authorizations

X-API-Key
string
header
required

VecTrade API key (e.g., vq_live_...)

Response

List of webhooks

data
object[]