Кінцева точка API:
https://goo.vc/api/v1/domains?uk
Приклад запиту:
curl --location --request GET 'https://goo.vc/api/v1/domains?uk' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
за Ім'я.. За замовчуванням: name
.sort_by
id
за Дата створення., name
за Ім'я.. За замовчуванням: id
.sort
desc
за Спадний., asc
за Висхідний.. За замовчуванням: desc
.per_page
10
, 25
, 50
, 100
. За замовчуванням: 10
.Кінцева точка API:
https://goo.vc/api/v1/domains/{id}?uk
Приклад запиту:
curl --location --request GET 'https://goo.vc/api/v1/domains/{id}?uk' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Кінцева точка API:
https://goo.vc/api/v1/domains?uk
Приклад запиту:
curl --location --request POST 'https://goo.vc/api/v1/domains?uk' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
name
index_page
not_found_page
Кінцева точка API:
https://goo.vc/api/v1/domains/{id}?uk
Приклад запиту:
curl --location --request PUT 'https://goo.vc/api/v1/domains/{id}?uk' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
index_page
not_found_page
Кінцева точка API:
https://goo.vc/api/v1/domains/{id}?uk
Приклад запиту:
curl --location --request DELETE 'https://goo.vc/api/v1/domains/{id}?uk' \ --header 'Authorization: Bearer {api_key}'