Retrieve tags
This endpoint allows you to retrieve information about tags for the logged-in user.
This endpoint allows you to retrieve information about tags for the logged-in user. This information enables you to efficiently organize work using tags.
Request
- Method: GET
- Path: /external/v0/zapier/webhooks/tags
- Header:
- X-KEY: API key for authentication.
Response
After successfully retrieving tag objects, you will receive response in JSON format containing the following information:
[
{
"name": "tag1",
"color": "#EFE95C",
"id": 6850
},
...
]
Description of attributes:
- name: Name of tag.
- color Tag's color in HEX code format.
- id: Unique tag identifier.