GET spiders/
Info | ||
---|---|---|
| ||
Returns Retrieves the list of all account spiders of the account |
...
Request example:
Paste code macro | ||||
---|---|---|---|---|
| ||||
curl -XGET "[endpoint]/spiders/" -H "TokenAPI: [your_token]" |
Response example:
Paste code macro | ||||
---|---|---|---|---|
| ||||
{ "spiders": [ "bobbibrown.ru", "bykilian.ru", "clinique.ru", "cremedelamer.ru", "esteelauder.ru", "iledebeaute.ru", "jomalone.ru", "kiehls.ru", "letu.ru", "mac-cosmetics.ru", "origins.ru", "rivegauche.ru", "shuuemura.ru", "smashbox.ru", "vichyconsult.ru" ] } |
...