curl --location --request GET 'https://api.rapidagent.ai/api/v1/tags' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My tag",
"color": "#FFFFFF"",
"userId": "123"
}
]
}
List all tags.
curl --location --request GET 'https://api.rapidagent.ai/api/v1/tags' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My tag",
"color": "#FFFFFF"",
"userId": "123"
}
]
}
curl --location --request GET 'https://api.rapidagent.ai/api/v1/tags' \
--header 'Content-Type: application/json' \
--header 'Autorization: Bearer <token>'
{
"success": true,
"data": [
{
"id": "cli28c2vd00016itbrlhekwql",
"name": "My tag",
"color": "#FFFFFF"",
"userId": "123"
}
]
}