curl --location --request GET 'https://api-public.groundtruth.com/accounts//pixels?limit&page_num&sort_order&tenant_id'{
"total_count": 0,
"limit": 0,
"page_num": 0,
"total_pages": 0,
"has_next_page": true,
"has_prev_page": true,
"items": [
{
"id": 0,
"tenant_id": 0,
"organization_id": 0,
"account_id": 0,
"name": "string",
"url": "http://example.com",
"segment_id": 0,
"updated_date": "2019-08-24T14:15:22.123Z",
"website_url": "http://example.com"
}
]
}