APIエンドポイント:
https://goo.vc/api/v1/domains?ja
リクエスト例:
curl --location --request GET 'https://goo.vc/api/v1/domains?ja' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
.sort_by
id
.sort
desc
.per_page
10
, 25
, 50
, 100
. デフォルトは10
.APIエンドポイント:
https://goo.vc/api/v1/domains/{id}?ja
リクエスト例:
curl --location --request GET 'https://goo.vc/api/v1/domains/{id}?ja' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
APIエンドポイント:
https://goo.vc/api/v1/domains?ja
リクエスト例:
curl --location --request POST 'https://goo.vc/api/v1/domains?ja' \ --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}?ja
リクエスト例:
curl --location --request PUT 'https://goo.vc/api/v1/domains/{id}?ja' \ --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}?ja
リクエスト例:
curl --location --request DELETE 'https://goo.vc/api/v1/domains/{id}?ja' \ --header 'Authorization: Bearer {api_key}'