API 端點:
https://pa.wumetax.com/api/v1/websites
請求範例:
curl --location --request GET 'https://pa.wumetax.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_bydomain。 預設為:domain。favoritesort_byid, 網域 的 domain。 預設為:id。sortdesc, 遞增 的 asc。 預設為:desc。per_page10, 25, 50, 100。 預設為:10。API 端點:
https://pa.wumetax.com/api/v1/websites/{id}
請求範例:
curl --location --request GET 'https://pa.wumetax.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API 端點:
https://pa.wumetax.com/api/v1/websites
請求範例:
curl --location --request POST 'https://pa.wumetax.com/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domainprivacy0, 私有 的 1, 密碼 的 2。 預設為:0。passwordprivacy 欄位設定為 2 時有效。email0, 已啟用 的 1。 預設為:0。exclude_bots0, 已啟用 的 1。 預設為:1。exclude_paramsexclude_ipsAPI 端點:
https://pa.wumetax.com/api/v1/websites/{id}
請求範例:
curl --location --request PUT 'https://pa.wumetax.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_ipsfavoriteAPI 端點:
https://pa.wumetax.com/api/v1/websites/{id}
請求範例:
curl --location --request DELETE 'https://pa.wumetax.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'