v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
mage

Adds new domains to the customer specific scanning queue

Submit up to 10,000 domains to your organization's custom Magecart e-skimmer scanning queue.

post/mage/queue/add

Request body

urlsstring[]

Example request

{
  "urls": [
    "szewskihurt.com",
    "roset.ca",
    "videoly.co"
  ]
}

Response

OK

addedinteger
hopperSizeinteger
reasonstring
successboolean

Example response

{
  "added": 3911,
  "hopperSize": 41000,
  "reason": "queue is full"
}