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}'
searchsearch_bydomain Alan Adı için. Varsayılan: domain.favoritesort_byid Oluşturulma tarihi için, domain Alan Adı için. Varsayılan: id.sortdesc Azalan için, asc Artan için. Varsayılan: desc.per_page10, 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}'
domainprivacy0 Herkese Açık için, 1 Özel için, 2 Şifre için. Varsayılan: 0.passwordprivacy field set to 2.email0 Devre Dışı için, 1 Etkin için. Varsayılan: 0.exclude_bots0 Devre Dışı için, 1 Etkin için. Varsayılan: 1.exclude_paramsexclude_ipsAPI 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}'
privacy0 Herkese Açık için, 1 Özel için, 2 Şifre için.passwordprivacy field set to 2.email0 Devre Dışı için, 1 Etkin için.exclude_bots0 Devre Dışı için, 1 Etkin için.exclude_paramsexclude_ipsfavoriteAPI 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}'