API 端点:
https://zndwz.com/api/v1/links
请求示例:
curl --location --request GET 'https://zndwz.com/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
。 默认值为:100
。API 端点:
https://zndwz.com/api/v1/links/{id}
请求示例:
curl --location --request GET 'https://zndwz.com/api/v1/links/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 端点:
https://zndwz.com/api/v1/links
请求示例:
curl --location --request POST 'https://zndwz.com/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://zndwz.com/api/v1/links/{id}
请求示例:
curl --location --request PUT 'https://zndwz.com/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://zndwz.com/api/v1/links/{id}
请求示例:
curl --location --request DELETE 'https://zndwz.com/api/v1/links/{id}' \ --header 'Authorization: Bearer {api_key}'