---
title: "Adds new domains to the customer specific scanning queue"
method: POST
path: "/mage/queue/add"
tags: ["mage"]
---

# Adds new domains to the customer specific scanning queue

`POST /mage/queue/add`

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

## Request body

- MageRequestAddToQueue — Request to add items to the processing queue.
  - `urls` string[]

## Response `200`

OK

- MageResponseAddToQueue — Confirmation of items added to the processing queue.
  - `added` integer
  - `hopperSize` integer
  - `reason` string
  - `success` boolean

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
