ភីកសែល
GET https://h3h3.site/api/pixels/
curl --request GET \
--url 'https://h3h3.site/api/pixels/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://h3h3.site/api/pixels/' \
--header 'Authorization: Bearer {api_key}' \
ប៉ារ៉ាម៉ែត្រ | ព័ត៌មានលម្អិត | ការពិពណ៌នា |
---|---|---|
page | ស្រេចចិត្ត ចំនួនគត់ | លេខទំព័រដែលអ្នកចង់បានលទ្ធផលពី។ លំនាំដើមទៅ 1 ។ |
results_per_page | ស្រេចចិត្ត ចំនួនគត់ | តើអ្នកចង់បានលទ្ធផលប៉ុន្មានក្នុងមួយទំព័រ។ តម្លៃដែលអនុញ្ញាតគឺ: 10 , 25 , 50 , 100 , 250 , 500 , 1000 ។ លំនាំដើមទៅ 25 ។ |
{ "data": [ { "id": 1, "type": "facebook", "name": "Fb Ads", "pixel": "1234567", "last_datetime": null, "datetime": "2025-10-07 20:28:53", }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://h3h3.site/api/pixels?page=1", "last": "https://h3h3.site/api/pixels?page=1", "next": null, "prev": null, "self": "https://h3h3.site/api/pixels?page=1" } }
GET https://h3h3.site/api/pixels/{pixel_id}
curl --request GET \
--url 'https://h3h3.site/api/pixels/{pixel_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://h3h3.site/api/pixels/{pixel_id}' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id": 1, "type": "facebook", "name": "Fb Ads", "pixel": "1234567", "last_datetime": null, "datetime": "2025-10-07 20:28:53", } }
POST https://h3h3.site/api/pixels
ប៉ារ៉ាម៉ែត្រ | ព័ត៌មានលម្អិត | ការពិពណ៌នា |
---|---|---|
type | ទាមទារ សូត្រ | តម្លៃដែលអនុញ្ញាត៖ facebook , google_analytics , google_tag_manager , linkedin , pinterest , twitter , quora , tiktok , snapchat |
name | ទាមទារ សូត្រ | - |
pixel | ទាមទារ សូត្រ | - |
curl --request POST \
--url 'https://h3h3.site/api/pixels' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'type=facebook' \
--form 'name=Facebook' \
--form 'pixel=12345678' \
--url 'https://h3h3.site/api/pixels' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'type=facebook' \
--form 'name=Facebook' \
--form 'pixel=12345678' \
{ "data": { "id": 1 } }
POST https://h3h3.site/api/pixels/{pixel_id}
ប៉ារ៉ាម៉ែត្រ | ព័ត៌មានលម្អិត | ការពិពណ៌នា |
---|---|---|
type | ស្រេចចិត្ត សូត្រ | តម្លៃដែលអនុញ្ញាត៖ facebook , google_analytics , google_tag_manager , linkedin , pinterest , twitter , quora , tiktok , snapchat |
name | ស្រេចចិត្ត សូត្រ | - |
pixel | ស្រេចចិត្ត សូត្រ | - |
curl --request POST \
--url 'https://h3h3.site/api/pixels/{pixel_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Facebook New Name' \
--url 'https://h3h3.site/api/pixels/{pixel_id}' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=Facebook New Name' \
{ "data": { "id": 1 } }
DELETE https://h3h3.site/api/pixels/{pixel_id}
curl --request DELETE \
--url 'https://h3h3.site/api/pixels/{pixel_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://h3h3.site/api/pixels/{pixel_id}' \
--header 'Authorization: Bearer {api_key}' \