จุดสิ้นสุด API:
https://ans.pna.co.th/api/v1/websites
ตัวอย่างคำขอ:
curl --location --request GET 'https://ans.pna.co.th/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
สำหรับ โดเมน ค่าเริ่มต้นคือ: domain
sort_by
id
สำหรับ วันที่สร้าง, domain
สำหรับ โดเมน ค่าเริ่มต้นคือ: id
sort
desc
สำหรับ จากมากไปหาน้อย, asc
สำหรับ จากน้อยไปหามาก ค่าเริ่มต้นคือ: desc
per_page
10
, 25
, 50
, 100
ค่าเริ่มต้นคือ: 10
จุดสิ้นสุด API:
https://ans.pna.co.th/api/v1/websites/{id}
ตัวอย่างคำขอ:
curl --location --request GET 'https://ans.pna.co.th/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
จุดสิ้นสุด API:
https://ans.pna.co.th/api/v1/websites
ตัวอย่างคำขอ:
curl --location --request POST 'https://ans.pna.co.th/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
สำหรับ สาธารณะ, 1
สำหรับ ส่วนตัว, 2
สำหรับ รหัสผ่าน ค่าเริ่มต้นคือ: 1
password
privacy
ที่ตั้งค่าเป็น 2
email
0
สำหรับ ปิดใช้งาน, 1
สำหรับ เปิดใช้งาน ค่าเริ่มต้นคือ: 0
exclude_bots
0
สำหรับ ปิดใช้งาน, 1
สำหรับ เปิดใช้งาน ค่าเริ่มต้นคือ: 1
exclude_params
exclude_ips
จุดสิ้นสุด API:
https://ans.pna.co.th/api/v1/websites/{id}
ตัวอย่างคำขอ:
curl --location --request PUT 'https://ans.pna.co.th/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
สำหรับ สาธารณะ, 1
สำหรับ ส่วนตัว, 2
สำหรับ รหัสผ่านpassword
privacy
ที่ตั้งค่าเป็น 2
email
0
สำหรับ ปิดใช้งาน, 1
สำหรับ เปิดใช้งานexclude_bots
0
สำหรับ ปิดใช้งาน, 1
สำหรับ เปิดใช้งานexclude_params
exclude_ips
จุดสิ้นสุด API:
https://ans.pna.co.th/api/v1/websites/{id}
ตัวอย่างคำขอ:
curl --location --request DELETE 'https://ans.pna.co.th/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'