ปลายทาง API:
https://chimera.market.pna.co.th/api/v1/links
ตัวอย่างคำขอ:
curl --location --request GET 'https://chimera.market.pna.co.th/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
for ชื่อ, alias
for นามแฝง, url
for ลิงก์. Defaults to: title
.status
0
for ทั้งหมด, 1
for ใช้งาน, 2
for หมดอายุ, 3
for ปิดใช้งาน. Defaults to: 0
.space
domain
pixel
sort_by
id
for วันที่สร้าง, clicks
for คลิก, title
for ชื่อ, alias
for นามแฝง, url
for ลิงก์. Defaults to: id
.sort
desc
for จากมากไปน้อย, asc
for จากน้อยไปมาก. Defaults to: desc
.per_page
10
, 25
, 50
, 100
. Defaults to: 10
.ปลายทาง API:
https://chimera.market.pna.co.th/api/v1/links/{id}
ตัวอย่างคำขอ:
curl --location --request GET 'https://chimera.market.pna.co.th/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
ปลายทาง API:
https://chimera.market.pna.co.th/api/v1/links
ตัวอย่างคำขอ:
curl --location --request POST 'https://chimera.market.pna.co.th/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
alias
password
space
pixels
disabled
0
for ใช้งาน, 1
for ปิดใช้งาน. Defaults to: 0
.privacy
0
for สาธารณะ, 1
for ส่วนตัว, 2
for รหัสผ่าน. Defaults to: 0
.privacy_password
privacy
set to 2
.expiration_url
expiration_date
YYYY-MM-DD
format.expiration_time
HH:MM
format.expiration_clicks
target_type
0
for ไม่มี, 1
for ภูมิศาสตร์, 2
for แพลตฟอร์ม, 4
for ลิงก์สุ่ม.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:
https://chimera.market.pna.co.th/api/v1/links/{id}
ตัวอย่างคำขอ:
curl --location --request PUT 'https://chimera.market.pna.co.th/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
pixels
disabled
0
for ใช้งาน, 1
for ปิดใช้งาน.privacy
0
for สาธารณะ, 1
for ส่วนตัว, 2
for รหัสผ่าน.privacy_password
privacy
set to 2
.expiration_url
expiration_date
YYYY-MM-DD
format.expiration_time
HH:MM
format.expiration_clicks
target_type
0
for ไม่มี, 1
for ภูมิศาสตร์, 2
for แพลตฟอร์ม, 4
for ลิงก์สุ่ม.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:
https://chimera.market.pna.co.th/api/v1/links/{id}
ตัวอย่างคำขอ:
curl --location --request DELETE 'https://chimera.market.pna.co.th/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'