Crawl data API
The Crawl data-API allows downloading raw data of the latest automatic crawls from the system. The Crawls data-API can be found at endpoint
https://www.consentmanager.net/api/crawls.php
Fetch data
In order to fetch the data of your automatic crawls please send a HTTP GET to the Crawl data-API with the following parameters:
Parameter |
Description |
Example |
key |
Authentication Key |
abc123 |
id |
Crawl ID (see type=15 from Data-API) |
83619 |
Result
The API will return the following object:
{
"status":"created", //status, always “created”
"message": "Data report created", //status message
"data": { ... } //data payload as json format
}