API uç noktası:
https://a.yemlee.com/api/v1/websites
Örnek kod betiğ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
for Websitenizin alan adı URL. Varsayılan değer: domain
.sort_by
id
for Tarih oluşturuldu, domain
for Websitenizin alan adı URL. Varsayılan değer: id
.sort
desc
for Azalan, asc
for Artan. 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}
Örnek kod betiğ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
Örnek kod betiğ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
for Halka açık, 1
for Özel, 2
for Parola. Varsayılan değer: 1
.password
privacy
set to 2
.email
0
for Kapalı, 1
for Etkin. Varsayılan değer: 0
.exclude_bots
0
for Kapalı, 1
for Etkin. Varsayılan değer: 1
.exclude_params
exclude_ips
API uç noktası:
https://a.yemlee.com/api/v1/websites/{id}
Örnek kod betiğ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
for Halka açık, 1
for Özel, 2
for Parola.password
privacy
set to 2
.email
0
for Kapalı, 1
for Etkin.exclude_bots
0
for Kapalı, 1
for Etkin.exclude_params
exclude_ips
API uç noktası:
https://a.yemlee.com/api/v1/websites/{id}
Örnek kod betiği:
curl --location --request DELETE 'https://a.yemlee.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'