API endpoint:
https://analytics.sendde.com/api/v1/websites
Пример запроса:
curl --location --request GET 'https://analytics.sendde.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
для URL. По умолчанию: url
.sort_by
id
для Информация создана, url
для URL. По умолчанию: id
.sort
desc
для Descending, asc
для Ascending. По умолчанию: desc
.per_page
10
, 25
, 50
, 100
. По умолчанию: 10
.API endpoint:
https://analytics.sendde.com/api/v1/websites/{id}
Пример запроса:
curl --location --request GET 'https://analytics.sendde.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://analytics.sendde.com/api/v1/websites
Пример запроса:
curl --location --request POST 'https://analytics.sendde.com/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
для Открытый, 1
для Частный, 2
для Пароль. По умолчанию: 1
.password
privacy
установлен в 2
.email
0
для Выключить, 1
для Включить. По умолчанию: 0
.exclude_bots
0
для Выключить, 1
для Включить. По умолчанию: 1
.exclude_params
exclude_ips
API endpoint:
https://analytics.sendde.com/api/v1/websites/{id}
Пример запроса:
curl --location --request PUT 'https://analytics.sendde.com/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
для Открытый, 1
для Частный, 2
для Пароль.password
privacy
установлен в 2
.email
0
для Выключить, 1
для Включить.exclude_bots
0
для Выключить, 1
для Включить.exclude_params
exclude_ips
API endpoint:
https://analytics.sendde.com/api/v1/websites/{id}
Пример запроса:
curl --location --request DELETE 'https://analytics.sendde.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'