APIエンドポイント:
https://goo.vc/api/v1/links?ja
リクエスト例:
curl --location --request GET 'https://goo.vc/api/v1/links?ja' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
.status
0
.space_id
domain_id
pixel_id
sort_by
id
.sort
desc
.per_page
10
, 25
, 50
, 100
. デフォルトは10
.APIエンドポイント:
https://goo.vc/api/v1/links/{id}?ja
リクエスト例:
curl --location --request GET 'https://goo.vc/api/v1/links/{id}?ja' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
APIエンドポイント:
https://goo.vc/api/v1/links?ja
リクエスト例:
curl --location --request POST 'https://goo.vc/api/v1/links?ja' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}' \ --data-urlencode 'domain={id}'
url
domain_id
alias
password
space_id
pixel_ids
disabled
0
.privacy
0
.privacy_password
2
に設定した場合のみ機能する。expiration_url
expiration_date
YYYY-MM-DD
フォーマットで指定します。expiration_time
expiration_clicks
target_type
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][value]
rotation[index][value]
APIエンドポイント:
https://goo.vc/api/v1/links/{id}?ja
リクエスト例:
curl --location --request PUT 'https://goo.vc/api/v1/links/{id}?ja' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space_id
pixel_ids
disabled
privacy
privacy_password
2
に設定した場合のみ機能する。expiration_url
expiration_date
YYYY-MM-DD
フォーマットで指定します。expiration_time
expiration_clicks
target_type
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][value]
rotation[index][value]
APIエンドポイント:
https://goo.vc/api/v1/links/{id}?ja
リクエスト例:
curl --location --request DELETE 'https://goo.vc/api/v1/links/{id}?ja' \ --header 'Authorization: Bearer {api_key}'