API uç noktası:
https://goo.vc/api/v1/links?tr
Talep örneği:
curl --location --request GET 'https://goo.vc/api/v1/links?tr' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
, Takma ad için alias
, URL için url
. Varsayılan değer: title
.status
0
, Aktif için 1
, Süresi doldu için 2
, Engelli için 3
. Varsayılan değer: 0
.space_id
domain_id
pixel_id
sort_by
id
, Tıklamalar için clicks
, Başlık için title
, Takma ad için alias
, URL için url
. Varsayılan değer: id
.sort
desc
, Yükselen için asc
. Varsayılan değer: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan değer: 10
.API uç noktası:
https://goo.vc/api/v1/links/{id}?tr
Talep örneği:
curl --location --request GET 'https://goo.vc/api/v1/links/{id}?tr' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
https://goo.vc/api/v1/links?tr
Talep örneği:
curl --location --request POST 'https://goo.vc/api/v1/links?tr' \ --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
, Engelli için 1
. Varsayılan değer: 0
.privacy
0
, Özel için 1
, Şifre için 2
. Varsayılan değer: 0
.privacy_password
privacy
değeri 2
olarak ayarlandığında çalışır.expiration_url
expiration_date
YYYY-MM-DD
biçiminde bağlantı son kullanma tarihi.expiration_time
HH:MM
biçiminde.expiration_clicks
target_type
0
, Coğrafi için 1
, Platform için 2
, Rotasyon için 4
.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 uç noktası:
https://goo.vc/api/v1/links/{id}?tr
Talep örneği:
curl --location --request PUT 'https://goo.vc/api/v1/links/{id}?tr' \ --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
, Engelli için 1
.privacy
0
, Özel için 1
, Şifre için 2
.privacy_password
privacy
değeri 2
olarak ayarlandığında çalışır.expiration_url
expiration_date
YYYY-MM-DD
biçiminde bağlantı son kullanma tarihi.expiration_time
HH:MM
biçiminde.expiration_clicks
target_type
0
, Coğrafi için 1
, Platform için 2
, Rotasyon için 4
.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 uç noktası:
https://goo.vc/api/v1/links/{id}?tr
Talep örneği:
curl --location --request DELETE 'https://goo.vc/api/v1/links/{id}?tr' \ --header 'Authorization: Bearer {api_key}'