API-Endpunkt:
https://my-analytics.eu/api/v1/websites
Anfrage Beispiel:
curl --location --request GET 'https://my-analytics.eu/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain für Domain. Standardwert ist: domain.favoritesort_byid für Datum erstellt, domain für Domain. Standardwert ist: id.sortdesc für Absteigend, asc für Aufsteigend. Standardwert ist: desc.per_page10, 25, 50, 100. Standardwert ist: 50.API-Endpunkt:
https://my-analytics.eu/api/v1/websites/{id}
Anfrage Beispiel:
curl --location --request GET 'https://my-analytics.eu/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://my-analytics.eu/api/v1/websites
Anfrage Beispiel:
curl --location --request POST 'https://my-analytics.eu/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. Standardwert ist: 0.passwordprivacy auf 2 gesetzt ist.email0 für Deaktiviert, 1 für Aktiviert. Standardwert ist: 0.exclude_bots0 für Deaktiviert, 1 für Aktiviert. Standardwert ist: 1.exclude_paramsexclude_ipsAPI-Endpunkt:
https://my-analytics.eu/api/v1/websites/{id}
Anfrage Beispiel:
curl --location --request PUT 'https://my-analytics.eu/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 auf 2 gesetzt ist.email0 für Deaktiviert, 1 für Aktiviert.exclude_bots0 für Deaktiviert, 1 für Aktiviert.exclude_paramsexclude_ipsfavoriteAPI-Endpunkt:
https://my-analytics.eu/api/v1/websites/{id}
Anfrage Beispiel:
curl --location --request DELETE 'https://my-analytics.eu/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'