نقطة نهاية API:
https://shbbr.com/api/v1/pixels
مثال الطلب:
curl --location --request GET 'https://shbbr.com/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, x.sort_byid لـ تاريخ الإنشاء, name لـ الاسم. الافتراضي: id.sortdesc لـ تنازلي, asc لـ تصاعدي. الافتراضي: desc.per_page10, 25, 50, 100. الافتراضي: 100.نقطة نهاية API:
https://shbbr.com/api/v1/pixels/{id}
مثال الطلب:
curl --location --request GET 'https://shbbr.com/api/v1/pixels/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
نقطة نهاية API:
https://shbbr.com/api/v1/pixels
مثال الطلب:
curl --location --request POST 'https://shbbr.com/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.valueنقطة نهاية API:
https://shbbr.com/api/v1/pixels/{id}
مثال الطلب:
curl --location --request PUT 'https://shbbr.com/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.valueنقطة نهاية API:
https://shbbr.com/api/v1/pixels/{id}
مثال الطلب:
curl --location --request DELETE 'https://shbbr.com/api/v1/pixels/{id}' \ --header 'Authorization: Bearer {api_key}'