API端点:
https://8fi.cn/api/v1/links
请求示例:
curl --location --request GET 'https://8fi.cn/api/v1/links' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
title
, 别名 的 alias
, 网址 的 url
. 默认为: title
.status
0
, 启用 的 1
, 已到期 的 2
, 禁用 的 3
. 默认为: 0
.space_id
domain_id
pixel_id
sort_by
id
, 点击次数 的 clicks
, 标题 的 title
, 别名 的 alias
, 网址 的 url
. 默认为: id
.sort
desc
, 上升 的 asc
. 默认为: desc
.per_page
10
, 25
, 50
, 100
. 默认为: 10
.API端点:
https://8fi.cn/api/v1/links/{id}
请求示例:
curl --location --request GET 'https://8fi.cn/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API端点:
https://8fi.cn/api/v1/links
请求示例:
curl --location --request POST 'https://8fi.cn/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][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][value]
rotation[index][value]
API端点:
https://8fi.cn/api/v1/links/{id}
请求示例:
curl --location --request PUT 'https://8fi.cn/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][value]
platform[index][key]
iOS
, Android
, Windows
, OS X
, Linux
, Ubuntu
, Chrome OS
.platform[index][value]
language[index][value]
rotation[index][value]
API端点:
https://8fi.cn/api/v1/links/{id}
请求示例:
curl --location --request DELETE 'https://8fi.cn/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'