Punto finale API:
https://goo.vc/api/v1/links?it
Esempio di richiesta:
curl --location --request GET 'https://goo.vc/api/v1/links?it' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
per Titolo, alias
per Alias, url
per URL. Il valore predefinito è: title
.status
0
per Tutti, 1
per Attivo, 2
per Scaduto, 3
per Disabili. Il valore predefinito è: 0
.space_id
domain_id
pixel_id
sort_by
id
per Data di creazione, clicks
per Clic, title
per Titolo, alias
per Alias, url
per URL. Il valore predefinito è: id
.sort
desc
per In discesa, asc
per In salita. Il valore predefinito è: desc
.per_page
10
, 25
, 50
, 100
. Il valore predefinito è: 10
.Punto finale API:
https://goo.vc/api/v1/links/{id}?it
Esempio di richiesta:
curl --location --request GET 'https://goo.vc/api/v1/links/{id}?it' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Punto finale API:
https://goo.vc/api/v1/links?it
Esempio di richiesta:
curl --location --request POST 'https://goo.vc/api/v1/links?it' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}' \ --data-urlencode 'domain={id}'
url
domain_id
alias
password
space_id
pixel_ids
disabled
0
per Attivo, 1
per Disabili. Il valore predefinito è: 0
.privacy
0
per Pubblico, 1
per Privato, 2
per Password. Il valore predefinito è: 0
.privacy_password
privacy
impostato su 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
per Nessuno, 1
per Geografico, 2
per Piattaforma, 4
per Rotazione.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]
Punto finale API:
https://goo.vc/api/v1/links/{id}?it
Esempio di richiesta:
curl --location --request PUT 'https://goo.vc/api/v1/links/{id}?it' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
alias
password
space_id
pixel_ids
disabled
0
per Attivo, 1
per Disabili.privacy
0
per Pubblico, 1
per Privato, 2
per Password.privacy_password
privacy
impostato su 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
per Nessuno, 1
per Geografico, 2
per Piattaforma, 4
per Rotazione.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]
Punto finale API:
https://goo.vc/api/v1/links/{id}?it
Esempio di richiesta:
curl --location --request DELETE 'https://goo.vc/api/v1/links/{id}?it' \ --header 'Authorization: Bearer {api_key}'