API 엔드포인트:
https://goo.vc/api/v1/pixels?ko
요청 예시:
curl --location --request GET 'https://goo.vc/api/v1/pixels?ko' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
. 기본값은 name
.type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.sort_by
id
, 이름의 경우 name
. 기본값은 id
.sort
desc
, 오름차순의 경우 asc
. 기본값은 desc
.per_page
10
, 25
, 50
, 100
. 기본값은 10
.API 엔드포인트:
https://goo.vc/api/v1/pixels/{id}?ko
요청 예시:
curl --location --request GET 'https://goo.vc/api/v1/pixels/{id}?ko' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 엔드포인트:
https://goo.vc/api/v1/pixels?ko
요청 예시:
curl --location --request POST 'https://goo.vc/api/v1/pixels?ko' \ --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}?ko
요청 예시:
curl --location --request PUT 'https://goo.vc/api/v1/pixels/{id}?ko' \ --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}?ko
요청 예시:
curl --location --request DELETE 'https://goo.vc/api/v1/pixels/{id}?ko' \ --header 'Authorization: Bearer {api_key}'