cURL
curl --request POST \ --url https://public.plai.io/meta/get_pixels_list \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "userId": "<string>" }'
{ "success": true, "results": { "success": true, "pixels": [ { "id": "<string>", "name": "<string>" } ], "error": "<string>" } }
This endpoint is used to get meta pixels list.
Show Results Object
Show Pixels Array
Show Pixel Object