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": "12345",
"type": "user"
}
}
}
],
"meta": {
"pagination": {
"page_num": 1,
"page_count": 1,
"total_count": 1
},
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}