API endpoint:
https://ptzo.cc/api/v1/pixels
Request example:
curl --location --request GET 'https://ptzo.cc/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
. Defaults to: desc
.sort
desc
for Descending, asc
for Ascending. Defaults to: desc
.per_page
10
to 100
. Defaults to: 10
.API endpoint:
https://ptzo.cc/api/v1/pixels/{id}
Request example:
curl --location --request GET 'https://ptzo.cc/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://ptzo.cc/api/v1/pixels
Request example:
curl --location --request POST 'https://ptzo.cc/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
. Defaults to: desc
.pixel_id
API endpoint:
https://ptzo.cc/api/v1/pixels/{id}
Request example:
curl --location --request PUT 'https://ptzo.cc/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
. Defaults to: desc
.pixel_id
API endpoint:
https://ptzo.cc/api/v1/pixels/{id}
Request example:
curl --location --request DELETE 'https://ptzo.cc/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'