API-Endpunkt:
https://goo.vc/api/v1/links?de
Beispiel anfordern:
curl --location --request GET 'https://goo.vc/api/v1/links?de' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
für Titel, alias
für Alias, url
für URL. Standardwert ist: title
.status
0
für Alle, 1
für Aktiv, 2
für Abgelaufen, 3
für Behinderte. Standardwert ist: 0
.space_id
domain_id
pixel_id
sort_by
id
für Datum der Erstellung, clicks
für Klicks, title
für Titel, alias
für Alias, url
für URL. Standardwert ist: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardwert ist: desc
.per_page
10
, 25
, 50
, 100
. Standardwert ist: 10
.API-Endpunkt:
https://goo.vc/api/v1/links/{id}?de
Beispiel anfordern:
curl --location --request GET 'https://goo.vc/api/v1/links/{id}?de' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://goo.vc/api/v1/links?de
Beispiel anfordern:
curl --location --request POST 'https://goo.vc/api/v1/links?de' \ --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
für Aktiv, 1
für Behinderte. Standardwert ist: 0
.privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort. Standardwert ist: 0
.privacy_password
privacy
auf 2
eingestellt ist.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
für Keine, 1
für Geografische Daten, 2
für Plattform, 4
für Drehung.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]
API-Endpunkt:
https://goo.vc/api/v1/links/{id}?de
Beispiel anfordern:
curl --location --request PUT 'https://goo.vc/api/v1/links/{id}?de' \ --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
für Aktiv, 1
für Behinderte.privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort.privacy_password
privacy
auf 2
eingestellt ist.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
für Keine, 1
für Geografische Daten, 2
für Plattform, 4
für Drehung.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]
API-Endpunkt:
https://goo.vc/api/v1/links/{id}?de
Beispiel anfordern:
curl --location --request DELETE 'https://goo.vc/api/v1/links/{id}?de' \ --header 'Authorization: Bearer {api_key}'