Point de terminaison de l'API:
https://pixy.link/api/v1/pixels
Exemple de requête:
curl --location --request GET 'https://pixy.link/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
pour Décroissant, asc
pour Croissant. Par défaut à: desc
.per_page
10
à 100
. Par défaut à: 10
.Point de terminaison de l'API:
https://pixy.link/api/v1/pixels/{id}
Exemple de requête:
curl --location --request GET 'https://pixy.link/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Point de terminaison de l'API:
https://pixy.link/api/v1/pixels
Exemple de requête:
curl --location --request POST 'https://pixy.link/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
Point de terminaison de l'API:
https://pixy.link/api/v1/pixels/{id}
Exemple de requête:
curl --location --request PUT 'https://pixy.link/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
Point de terminaison de l'API:
https://pixy.link/pixels/{id}/destroy
Exemple de requête:
curl --location --request DELETE 'https://pixy.link/pixels/{id}/destroy' \ --header 'Authorization: Bearer {api_key}'