Endpoint API:
http://analytics.ottoweb.ro/api/v1/websites
Exemplu de cerere:
curl --location --request GET 'http://analytics.ottoweb.ro/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
pentru Domeniu. Implicit la: domain
.sort_by
id
pentru Data creării, domain
pentru Domeniu. Implicit la: id
.sort
desc
pentru Descrescător, asc
pentru Crescător. Implicit la: desc
.per_page
10
, 25
, 50
, 100
. Implicit la: 10
.Endpoint API:
http://analytics.ottoweb.ro/api/v1/websites/{id}
Exemplu de cerere:
curl --location --request GET 'http://analytics.ottoweb.ro/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Endpoint API:
http://analytics.ottoweb.ro/api/v1/websites
Exemplu de cerere:
curl --location --request POST 'http://analytics.ottoweb.ro/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
pentru Public, 1
pentru Privat, 2
pentru Parolă. Implicit la: 0
.password
privacy
setat la 2
.email
0
pentru Dezactivat, 1
pentru Activat. Implicit la: 0
.exclude_bots
0
pentru Dezactivat, 1
pentru Activat. Implicit la: 1
.exclude_params
exclude_ips
Endpoint API:
http://analytics.ottoweb.ro/api/v1/websites/{id}
Exemplu de cerere:
curl --location --request PUT 'http://analytics.ottoweb.ro/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
pentru Public, 1
pentru Privat, 2
pentru Parolă.password
privacy
setat la 2
.email
0
pentru Dezactivat, 1
pentru Activat.exclude_bots
0
pentru Dezactivat, 1
pentru Activat.exclude_params
exclude_ips
Endpoint API:
http://analytics.ottoweb.ro/api/v1/websites/{id}
Exemplu de cerere:
curl --location --request DELETE 'http://analytics.ottoweb.ro/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'