Endpoint API:
https://acus.me/api/v1/websites
Esempio di richiesta:
curl --location --request GET 'https://acus.me/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
per Dominio. Predefinito a: domain
.favorite
sort_by
id
per Data di creazione, domain
per Dominio. Predefinito a: id
.sort
desc
per Discendente, asc
per Ascendente. Predefinito a: desc
.per_page
10
, 25
, 50
, 100
. Predefinito a: 10
.Endpoint API:
https://acus.me/api/v1/websites/{id}
Esempio di richiesta:
curl --location --request GET 'https://acus.me/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Endpoint API:
https://acus.me/api/v1/websites
Esempio di richiesta:
curl --location --request POST 'https://acus.me/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
per Pubblico, 1
per Privato, 2
per Password. Predefinito a: 0
.password
privacy
impostato su 2
.email
0
per Disabilitato, 1
per Abilitato. Predefinito a: 0
.exclude_bots
0
per Disabilitato, 1
per Abilitato. Predefinito a: 1
.exclude_params
exclude_ips
Endpoint API:
https://acus.me/api/v1/websites/{id}
Esempio di richiesta:
curl --location --request PUT 'https://acus.me/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
per Pubblico, 1
per Privato, 2
per Password.password
privacy
impostato su 2
.email
0
per Disabilitato, 1
per Abilitato.exclude_bots
0
per Disabilitato, 1
per Abilitato.exclude_params
exclude_ips
favorite
Endpoint API:
https://acus.me/api/v1/websites/{id}
Esempio di richiesta:
curl --location --request DELETE 'https://acus.me/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'