API接口:
http://yin.biz/api/v1/pixels
请求示例:
curl --location --request GET 'http://yin.biz/api/v1/pixels' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
searchsearch_byname 默认为:name.typeadroll, bing, facebook, google-ads, google-analytics, google-tag-manager, linkedin, pinterest, quora, twittersort_byid, 名称 name 默认为:id.sortdesc, 升序 asc 默认为:desc.per_page10, 25, 50, 100 默认为:25.API接口:
http://yin.biz/api/v1/pixels/{id}
请求示例:
curl --location --request GET 'http://yin.biz/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API接口:
http://yin.biz/api/v1/pixels
请求示例:
curl --location --request POST 'http://yin.biz/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, twittervalueAPI接口:
http://yin.biz/api/v1/pixels/{id}
请求示例:
curl --location --request PUT 'http://yin.biz/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, twittervalueAPI接口:
http://yin.biz/api/v1/pixels/{id}
请求示例:
curl --location --request DELETE 'http://yin.biz/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'