API端点:
https://riiffy.com/api/v1/websites
请求示例:
curl --location --request GET 'https://riiffy.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain。 默认值:domain。sort_byid, 域名的domain。 默认值:id。sortdesc, 升序的asc。 默认值:desc。per_page10, 25, 50, 100。 默认值:10。API端点:
https://riiffy.com/api/v1/websites/{id}
请求示例:
curl --location --request GET 'https://riiffy.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API端点:
https://riiffy.com/api/v1/websites
请求示例:
curl --location --request POST 'https://riiffy.com/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0, 私有的1, 密码的2。 默认值:1。passwordprivacy设为2时生效。email0, 启用的1。 默认值:0。exclude_bots0, 启用的1。 默认值:1。exclude_paramsexclude_ipsAPI端点:
https://riiffy.com/api/v1/websites/{id}
请求示例:
curl --location --request PUT 'https://riiffy.com/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0, 私有的1, 密码的2。passwordprivacy设为2时生效。email0, 启用的1。exclude_bots0, 启用的1。exclude_paramsexclude_ipsAPI端点:
https://riiffy.com/api/v1/websites/{id}
请求示例:
curl --location --request DELETE 'https://riiffy.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'