cURL
curl --request GET \ --url https://api.audiencelab.io/pixels \ --header 'X-Api-Key: <api-key>'
{ "total_records": 10, "page_size": 100, "page": 1, "total_pages": 1, "data": [ { "id": "003daacb-d261-421c-9781-311df9c381d8", "provider": "v4", "install_url": "https://cdn.example.com/p.js", "website_name": "Marketing Campaign Pixel", "website_url": "https://example.com", "webhook_url": null, "last_sync_status": "<string>", "last_sync_count": 123, "last_error_message": "<string>", "last_sync_start": "<string>", "last_sync_end": "<string>", "last_sync_duration": "<string>" } ] }
Page number (1-indexed)
x >= 1
Number of items per page (max 1000)
1 <= x <= 1000
Successfully retrieved pixels list
10
100
1
Show child attributes