POST
/api/qabot/scan-html-tags
This endpoint allows you to create a new entry or execute an action for qabot scan html tags.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| payload | body (JSON) | Yes |
Example Request
cURL
curl -X POST https://aegis.purdyandfigg.dev/api/qabot/scan-html-tags \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'