API uç noktası:
https://webmonitor.com.tr/api/v1/websites
Örnek istek:
curl --location --request GET 'https://webmonitor.com.tr/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
Alan Adı için. Varsayılan: domain
.favorite
sort_by
id
Oluşturulma tarihi için, domain
Alan Adı için. Varsayılan: id
.sort
desc
Azalan için, asc
Artan için. Varsayılan: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan: 10
.API uç noktası:
https://webmonitor.com.tr/api/v1/websites/{id}
Örnek istek:
curl --location --request GET 'https://webmonitor.com.tr/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
https://webmonitor.com.tr/api/v1/websites
Örnek istek:
curl --location --request POST 'https://webmonitor.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
Herkese Açık için, 1
Özel için, 2
Şifre için. Varsayılan: 0
.password
privacy
, 2
olarak ayarlandığında çalışır.email
0
Devre Dışı için, 1
Etkin için. Varsayılan: 0
.exclude_bots
0
Devre Dışı için, 1
Etkin için. Varsayılan: 1
.exclude_params
exclude_ips
API uç noktası:
https://webmonitor.com.tr/api/v1/websites/{id}
Örnek istek:
curl --location --request PUT 'https://webmonitor.com.tr/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
Herkese Açık için, 1
Özel için, 2
Şifre için.password
privacy
, 2
olarak ayarlandığında çalışır.email
0
Devre Dışı için, 1
Etkin için.exclude_bots
0
Devre Dışı için, 1
Etkin için.exclude_params
exclude_ips
favorite
API uç noktası:
https://webmonitor.com.tr/api/v1/websites/{id}
Örnek istek:
curl --location --request DELETE 'https://webmonitor.com.tr/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'