curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get/banned \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
Retrieve the banned pages of the crawl.
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get/banned \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
OK