APIエンドポイント:
https://goo.vc/api/v1/pixels?ja
リクエスト例:
curl --location --request GET 'https://goo.vc/api/v1/pixels?ja' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
.type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.sort_by
id
.sort
desc
.per_page
10
, 25
, 50
, 100
. デフォルトは10
.APIエンドポイント:
https://goo.vc/api/v1/pixels/{id}?ja
リクエスト例:
curl --location --request GET 'https://goo.vc/api/v1/pixels/{id}?ja' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
APIエンドポイント:
https://goo.vc/api/v1/pixels?ja
リクエスト例:
curl --location --request POST 'https://goo.vc/api/v1/pixels?ja' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'type={type}' \ --data-urlencode 'value={value}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.value
APIエンドポイント:
https://goo.vc/api/v1/pixels/{id}?ja
リクエスト例:
curl --location --request PUT 'https://goo.vc/api/v1/pixels/{id}?ja' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.value
APIエンドポイント:
https://goo.vc/api/v1/pixels/{id}?ja
リクエスト例:
curl --location --request DELETE 'https://goo.vc/api/v1/pixels/{id}?ja' \ --header 'Authorization: Bearer {api_key}'