API endpoint:
https://seurastreamento.online/api/v1/pixels
Exemplo de solicitação:
curl --location --request GET 'https://seurastreamento.online/api/v1/pixels' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, twitter
.sort
desc
.per_page
10
.API endpoint:
https://seurastreamento.online/api/v1/pixels/{id}
Exemplo de solicitação:
curl --location --request GET 'https://seurastreamento.online/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://seurastreamento.online/api/v1/pixels
Exemplo de solicitação:
curl --location --request POST 'https://seurastreamento.online/api/v1/pixels' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, twitter
.value
API endpoint:
https://seurastreamento.online/api/v1/pixels/{id}
Exemplo de solicitação:
curl --location --request PUT 'https://seurastreamento.online/api/v1/pixels/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
name
type
adroll
, bing
, facebook
, google-ads
, google-analytics
, google-tag-manager
, linkedin
, pinterest
, quora
, twitter
.value
API endpoint:
https://seurastreamento.online/pixels/{id}/destroy
Exemplo de solicitação:
curl --location --request DELETE 'https://seurastreamento.online/pixels/{id}/destroy' \ --header 'Authorization: Bearer {api_key}'