API endpoint:
https://dlx-analytics.com/api/v1/websites
Request example:
curl --location --request GET 'https://dlx-analytics.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain für Domain. Standardmäßig ist: domain.favoritesort_byid für Erstellt am, domain für Domain. Standardmäßig ist: id.sortdesc für Absteigend, asc für Aufsteigend. Standardmäßig ist: desc.per_page10, 25, 50, 100. Standardmäßig ist: 100.API endpoint:
https://dlx-analytics.com/api/v1/websites/{id}
Request example:
curl --location --request GET 'https://dlx-analytics.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://dlx-analytics.com/api/v1/websites
Request example:
curl --location --request POST 'https://dlx-analytics.com/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0 für Öffentlich, 1 für Privat, 2 für Passwort. Standardmäßig ist: 0.passwordprivacy field set to 2.email0 für Deaktiviert, 1 für Aktiviert. Standardmäßig ist: 0.exclude_bots0 für Deaktiviert, 1 für Aktiviert. Standardmäßig ist: 1.exclude_paramsexclude_ipsAPI endpoint:
https://dlx-analytics.com/api/v1/websites/{id}
Request example:
curl --location --request PUT 'https://dlx-analytics.com/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.email0 für Deaktiviert, 1 für Aktiviert.exclude_bots0 für Deaktiviert, 1 für Aktiviert.exclude_paramsexclude_ipsfavoriteAPI endpoint:
https://dlx-analytics.com/api/v1/websites/{id}
Request example:
curl --location --request DELETE 'https://dlx-analytics.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'