API-Endpunkt :
https://analytics.oliverjun.de/api/v1/websites
Beispiel für Anforderung :
curl --location --request GET 'https://analytics.oliverjun.de/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain for Domain. Standardwert: domain. sort_byid for Date created, domain for Domain. Standardwert: id. sortdesc for Absteigend , asc for Aufsteigend . Standardwert: desc. per_page10, 25, 50, 100. Standardwert: 25. API-Endpunkt :
https://analytics.oliverjun.de/api/v1/websites/{id}
Beispiel für Anforderung :
curl --location --request GET 'https://analytics.oliverjun.de/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt :
https://analytics.oliverjun.de/api/v1/websites
Beispiel für Anforderung :
curl --location --request POST 'https://analytics.oliverjun.de/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0 for Öffentlich , 1 for Privat , 2 for Kennwort . Standardwert: 1. passwordprivacy set to 2.email0 for Inaktiviert , 1 for Aktiviert . Standardwert: 0. exclude_bots0 for Inaktiviert , 1 for Aktiviert . Standardwert: 1. exclude_paramsexclude_ipsAPI-Endpunkt :
https://analytics.oliverjun.de/api/v1/websites/{id}
Beispiel für Anforderung :
curl --location --request PUT 'https://analytics.oliverjun.de/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 for Öffentlich , 1 for Privat , 2 for Kennwort . passwordprivacy set to 2.email0 for Inaktiviert , 1 for Aktiviert . exclude_bots0 for Inaktiviert , 1 for Aktiviert . exclude_paramsexclude_ipsAPI-Endpunkt :
https://analytics.oliverjun.de/api/v1/websites/{id}
Beispiel für Anforderung :
curl --location --request DELETE 'https://analytics.oliverjun.de/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'