API uç noktası:
http://shoort.in/api/v1/links
İstek örneği:
curl --location --request GET 'http://shoort.in/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
, Takma ad için alias
, URL için url
. Varsayılan: title
.status
0
, Aktif için 1
, Süresi dolmuş için 2
, Devre dışı için 3
. Varsayılan: 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: id
.sort
desc
, Artan için asc
. Varsayılan: desc
.per_page
10
, 25
, 50
, 100
. Varsayılan: 100
.API uç noktası:
http://shoort.in/api/v1/links/{id}
İstek örneği:
curl --location --request GET 'http://shoort.in/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API uç noktası:
http://shoort.in/api/v1/links
İstek örneği:
curl --location --request POST 'http://shoort.in/api/v1/links' \ --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
, Devre dışı için 1
. Varsayılan: 0
.privacy
0
, Özel için 1
, Şifre için 2
. Varsayılan: 0
.privacy_password
privacy
değeri 2
olarak ayarlandığında çalışır.expiration_url
expiration_date
YYYY-MM-DD
formatında.expiration_time
HH:MM
formatında.expiration_clicks
target_type
0
, Coğrafi için 1
, Platform için 2
, Dönüş 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ı:
http://shoort.in/api/v1/links/{id}
İstek örneği:
curl --location --request PUT 'http://shoort.in/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_id
pixel_ids
disabled
0
, Devre dışı 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
formatında.expiration_time
HH:MM
formatında.expiration_clicks
target_type
0
, Coğrafi için 1
, Platform için 2
, Dönüş 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ı:
http://shoort.in/api/v1/links/{id}
İstek örneği:
curl --location --request DELETE 'http://shoort.in/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'