ปลายทาง API:
https://slnk.me/api/v1/links
ตัวอย่างคำขอ:
curl --location --request GET 'https://slnk.me/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
สำหรับ ชื่อเรื่อง, alias
สำหรับ นามแฝง, url
สำหรับ URL. ค่าเริ่มต้นคือ: title
.status
0
สำหรับ ทั้งหมด, 1
สำหรับ ใช้งานอยู่, 2
สำหรับ หมดอายุ, 3
สำหรับ ถูกปิดใช้งาน. ค่าเริ่มต้นคือ: 0
.space_id
domain_id
pixel_id
sort_by
id
สำหรับ วันที่สร้าง, clicks
สำหรับ คลิก, title
สำหรับ ชื่อเรื่อง, alias
สำหรับ นามแฝง, url
สำหรับ URL. ค่าเริ่มต้นคือ: id
.sort
desc
สำหรับ เรียงจากมากไปน้อย, asc
สำหรับ เรียงจากน้อยไปมาก. ค่าเริ่มต้นคือ: desc
.per_page
10
, 25
, 50
, 100
. ค่าเริ่มต้นคือ: 10
.ปลายทาง API:
https://slnk.me/api/v1/links/{id}
ตัวอย่างคำขอ:
curl --location --request GET 'https://slnk.me/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
ปลายทาง API:
https://slnk.me/api/v1/links
ตัวอย่างคำขอ:
curl --location --request POST 'https://slnk.me/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
สำหรับ ใช้งานอยู่, 1
สำหรับ ถูกปิดใช้งาน. ค่าเริ่มต้นคือ: 0
.privacy
0
สำหรับ สาธารณะ, 1
สำหรับ ส่วนตัว, 2
สำหรับ รหัสผ่าน. ค่าเริ่มต้นคือ: 0
.privacy_password
privacy
ตั้งเป็น 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
สำหรับ ไม่มี, 1
สำหรับ ภูมิศาสตร์, 2
สำหรับ แพลตฟอร์ม, 4
สำหรับ การหมุน.country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][value]
rotation[index][value]
ปลายทาง API:
https://slnk.me/api/v1/links/{id}
ตัวอย่างคำขอ:
curl --location --request PUT 'https://slnk.me/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
สำหรับ ใช้งานอยู่, 1
สำหรับ ถูกปิดใช้งาน.privacy
0
สำหรับ สาธารณะ, 1
สำหรับ ส่วนตัว, 2
สำหรับ รหัสผ่าน.privacy_password
privacy
ตั้งเป็น 2
.expiration_url
expiration_date
YYYY-MM-DD
.expiration_time
HH:MM
.expiration_clicks
target_type
0
สำหรับ ไม่มี, 1
สำหรับ ภูมิศาสตร์, 2
สำหรับ แพลตฟอร์ม, 4
สำหรับ การหมุน.country[index][key]
country[index][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][value]
rotation[index][value]
ปลายทาง API:
https://slnk.me/api/v1/links/{id}
ตัวอย่างคำขอ:
curl --location --request DELETE 'https://slnk.me/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'