Ponto de extremidade da API:
https://goo.vc/api/v1/pixels?pt
Exemplo de solicitação:
curl --location --request GET 'https://goo.vc/api/v1/pixels?pt' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
para Nome. O padrão é: name
.type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, x
.sort_by
id
para Data de criação, name
para Nome. O padrão é: id
.sort
desc
para Descendente, asc
para Ascendente. O padrão é: desc
.per_page
10
, 25
, 50
, 100
. O padrão é: 10
.Ponto de extremidade da API:
https://goo.vc/api/v1/pixels/{id}?pt
Exemplo de solicitação:
curl --location --request GET 'https://goo.vc/api/v1/pixels/{id}?pt' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Ponto de extremidade da API:
https://goo.vc/api/v1/pixels?pt
Exemplo de solicitação:
curl --location --request POST 'https://goo.vc/api/v1/pixels?pt' \ --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
Ponto de extremidade da API:
https://goo.vc/api/v1/pixels/{id}?pt
Exemplo de solicitação:
curl --location --request PUT 'https://goo.vc/api/v1/pixels/{id}?pt' \ --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
Ponto de extremidade da API:
https://goo.vc/api/v1/pixels/{id}?pt
Exemplo de solicitação:
curl --location --request DELETE 'https://goo.vc/api/v1/pixels/{id}?pt' \ --header 'Authorization: Bearer {api_key}'