API uç noktası:
https://a.yemlee.com/api/v1/websites
İstek örneği:
curl --location --request GET 'https://a.yemlee.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
. Varsayılan değer: domain
.favorite
sort_by
id
, Alan Adı için domain
. Varsayılan değer: id
.sort
desc
, Ascending için asc
. Varsayılan değer: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan değer: 10
.API uç noktası:
https://a.yemlee.com/api/v1/websites/{id}
İstek örneği:
curl --location --request GET 'https://a.yemlee.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
https://a.yemlee.com/api/v1/websites
İstek örneği:
curl --location --request POST 'https://a.yemlee.com/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 değer: 0
.password
privacy
'in 2
olarak ayarlandığında çalışır.email
0
, Etkin için 1
. Varsayılan değer: 0
.exclude_bots
0
, Etkin için 1
. Varsayılan değer: 1
.exclude_params
exclude_ips
API uç noktası:
https://a.yemlee.com/api/v1/websites/{id}
İstek örneği:
curl --location --request PUT 'https://a.yemlee.com/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
'in 2
olarak ayarlandığında çalışır.email
0
, Etkin için 1
.exclude_bots
0
, Etkin için 1
.exclude_params
exclude_ips
favorite
API uç noktası:
https://a.yemlee.com/api/v1/websites/{id}
İstek örneği:
curl --location --request DELETE 'https://a.yemlee.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'