curl --request GET \
--url https://api.usepylon.com/tags \
--header 'Authorization: Bearer <token>'{
"data": [
{
"hex_color": "<string>",
"id": "<string>",
"object_type": "<string>",
"value": "<string>"
}
],
"pagination": {
"cursor": "<string>",
"has_next_page": true
},
"request_id": "<string>"
}Get all tags
curl --request GET \
--url https://api.usepylon.com/tags \
--header 'Authorization: Bearer <token>'{
"data": [
{
"hex_color": "<string>",
"id": "<string>",
"object_type": "<string>",
"value": "<string>"
}
],
"pagination": {
"cursor": "<string>",
"has_next_page": true
},
"request_id": "<string>"
}