API端点:
https://kdwz.cn/api/v1/pixels
请求示例:
curl --location --request GET 'https://kdwz.cn/api/v1/pixels' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname。 默认值为names。typeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, x。sort_byid, 名称的name。 默认值为ids。sortdesc, 上升的asc。 默认值为descs。per_page10, 25, 50, 100。 默认值为25s。API端点:
https://kdwz.cn/api/v1/pixels/{id}
请求示例:
curl --location --request GET 'https://kdwz.cn/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API端点:
https://kdwz.cn/api/v1/pixels
请求示例:
curl --location --request POST 'https://kdwz.cn/api/v1/pixels' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'type={type}' \ --data-urlencode 'value={value}'
nametypeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, x。valueAPI端点:
https://kdwz.cn/api/v1/pixels/{id}
请求示例:
curl --location --request PUT 'https://kdwz.cn/api/v1/pixels/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
nametypeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, x。valueAPI端点:
https://kdwz.cn/api/v1/pixels/{id}
请求示例:
curl --location --request DELETE 'https://kdwz.cn/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'