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}'
search
search_by
domain
for Domain. Standardwert: domain
. sort_by
id
for Date created, domain
for Domain. Standardwert: id
. sort
desc
for Absteigend , asc
for Aufsteigend . Standardwert: desc
. per_page
10
, 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}'
domain
privacy
0
for Öffentlich , 1
for Privat , 2
for Kennwort . Standardwert: 1
. password
privacy
set to 2
.email
0
for Inaktiviert , 1
for Aktiviert . Standardwert: 0
. exclude_bots
0
for Inaktiviert , 1
for Aktiviert . Standardwert: 1
. exclude_params
exclude_ips
API-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}'
privacy
0
for Öffentlich , 1
for Privat , 2
for Kennwort . password
privacy
set to 2
.email
0
for Inaktiviert , 1
for Aktiviert . exclude_bots
0
for Inaktiviert , 1
for Aktiviert . exclude_params
exclude_ips
API-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}'