Skip to content

Webhook list#

About#

Webhook list model. Contains webhook list limited by pagination options and summary count of matched records

Fields#

Name Type Required Description
count integer Yes number of webhooks matching query in total
items Array<Webhook> Yes webhook list filtered by query

Example#

{
  "count": 1,
  "items": [
    {
      "_id": "bsYA4ucPTt2ZBK1ynVx7Ef6kCdaUmSgL",
      "createdAt": "2024-12-07T09:15:00.000Z",
      "url": "https://copyfactory-api-v1.new-york.agiliumtrade.ai/webhooks/bsYA4ucPTt2ZBK1ynVx7Ef6kCdaUmSgL",
      "magic": 100,
      "symbolMapping": [
        {
          "to": "EURUSD",
          "from": "EURUSD.m"
        }
      ]
    }
  ]
}

Usages#