Endpoint da API:
https://abreai.link/api/v1/pixels
Exemplo de solicitação:
curl --location --request GET 'https://abreai.link/api/v1/pixels' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
name
para Nome. 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. Padrão: id
.sort
desc
para Descendente, asc
para Ascendente. Padrão: desc
.per_page
10
, 25
, 50
, 100
. Padrão: 100
.Endpoint da API:
https://abreai.link/api/v1/pixels/{id}
Exemplo de solicitação:
curl --location --request GET 'https://abreai.link/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Endpoint da API:
https://abreai.link/api/v1/pixels
Exemplo de solicitação:
curl --location --request POST 'https://abreai.link/api/v1/pixels' \ --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
Endpoint da API:
https://abreai.link/api/v1/pixels/{id}
Exemplo de solicitação:
curl --location --request PUT 'https://abreai.link/api/v1/pixels/{id}' \ --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
Endpoint da API:
https://abreai.link/api/v1/pixels/{id}
Exemplo de solicitação:
curl --location --request DELETE 'https://abreai.link/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'