API uç noktası:
https://analytics.innovasoft.com.tr/api/v1/websites
İstek örneği:
curl --location --request GET 'https://analytics.innovasoft.com.tr/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
. Varsayılan: domain
.sort_by
id
, Alan adı için domain
. Varsayılan: id
.sort
desc
, Artan için asc
. Varsayılan: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan: 10
.API uç noktası:
https://analytics.innovasoft.com.tr/api/v1/websites/{id}
İstek örneği:
curl --location --request GET 'https://analytics.innovasoft.com.tr/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
https://analytics.innovasoft.com.tr/api/v1/websites
İstek örneği:
curl --location --request POST 'https://analytics.innovasoft.com.tr/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
, Özel için 1
, Şifre için 2
. Varsayılan: 1
.password
privacy
2
olarak ayarlandığında çalışır.email
0
, Etkin için 1
. Varsayılan: 0
.exclude_bots
0
, Etkin için 1
. Varsayılan: 1
.exclude_params
exclude_ips
API uç noktası:
https://analytics.innovasoft.com.tr/api/v1/websites/{id}
İstek örneği:
curl --location --request PUT 'https://analytics.innovasoft.com.tr/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
, Özel için 1
, Şifre için 2
.password
privacy
2
olarak ayarlandığında çalışır.email
0
, Etkin için 1
.exclude_bots
0
, Etkin için 1
.exclude_params
exclude_ips
API uç noktası:
https://analytics.innovasoft.com.tr/api/v1/websites/{id}
İstek örneği:
curl --location --request DELETE 'https://analytics.innovasoft.com.tr/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'