curl --location -g --request GET 'https://api.leadfeeder.com/v1/tags?account_id=123456&page[num]=1&page[size]=20' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"type": "tag",
"id": "4b7e2c9f",
"attributes": {
"name": "Prospects",
"color": 0,
"created_at": "2024-12-10T15:57:25Z",
"updated_at": "2024-11-24T11:50:00Z"
},
"relationships": {
"created_by": {
"id": "abc123",
"type": "user"
}
}
}
],
"meta": {
"pagination": {
"page_num": 1,
"page_count": 1,
"total_count": 1
},
"request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}