Point de terminaison de l'API:
https://pixy.link/api/v1/links
Exemple de requête:
curl --location --request GET 'https://pixy.link/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
by
title
pour Titre, alias
pour Alias, url
pour URL. Par défaut à: title
.status
0
pour Tout, 1
pour Actif, 2
pour Expiré, 3
pour Désactivé. Par défaut à: 0
.space
domain
pixel
sort
desc
pour Décroissant, asc
pour Croissant, max
pour Meilleure performance, min
pour Moins bonne performance. Par défaut à: desc
.per_page
10
à 100
. Par défaut à: 10
.Point de terminaison de l'API:
https://pixy.link/api/v1/links/{id}
Exemple de requête:
curl --location --request GET 'https://pixy.link/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Point de terminaison de l'API:
https://pixy.link/api/v1/links
Exemple de requête:
curl --location --request POST 'https://pixy.link/api/v1/links' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
domain
alias
password
space
pixels
disabled
0
pour Actif, 1
pour Désactivé. Par défaut à: 0
.privacy
0
pour Public, 1
pour Privé, 2
pour Mot de passe. Par défaut à: 0
.privacy_password
privacy
mis à 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
pour Rien, 1
pour Géographique, 2
pour Platforme, 4
pour Rotation.country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
Point de terminaison de l'API:
https://pixy.link/api/v1/links/{id}
Exemple de requête:
curl --location --request PUT 'https://pixy.link/api/v1/links/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space
pixels
disabled
0
pour Actif, 1
pour Désactivé.privacy
0
pour Public, 1
pour Privé, 2
pour Mot de passe.privacy_password
privacy
mis à 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
pour Rien, 1
pour Géographique, 2
pour Platforme, 4
pour Rotation.country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][key]
language[index][value]
rotation[index][value]
Point de terminaison de l'API:
https://pixy.link/links/{id}/destroy
Exemple de requête:
curl --location --request DELETE 'https://pixy.link/links/{id}/destroy' \ --header 'Authorization: Bearer {api_key}'