API Endpunkt:
https://spyseo.de/api/v1/websites
Beispiel anfordern:
curl --location --request GET 'https://spyseo.de/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain für Domain. Standardmäßig: domain.sort_byid für Datum erstellt, domain für Domain, reports_avg_score für Score, reports_count für Berichte. Standardmäßig: id.sortdesc für Absteigend, asc für Aufsteigend. Standardmäßig: desc.per_page10, 25, 50, 100. Standardmäßig: 10.API Endpunkt:
https://spyseo.de/api/v1/websites/{id}
Beispiel anfordern:
curl --location --request GET 'https://spyseo.de/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API Endpunkt:
https://spyseo.de/api/v1/websites/{id}
Beispiel anfordern:
curl --location --request PUT 'https://spyseo.de/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 für Öffentlich, 1 für Privat, 2 für Passwort.passwordprivacy field set to 2.API Endpunkt:
https://spyseo.de/api/v1/websites/{id}
Beispiel anfordern:
curl --location --request DELETE 'https://spyseo.de/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'