curl --request GET \
--url https://app.fliqr.ai/api/users/{user_id}/tags \
--header 'X-ACCESS-TOKEN: <api-key>'[
{
"id": 123,
"name": "<string>"
}
]Get all tags added to this user
curl --request GET \
--url https://app.fliqr.ai/api/users/{user_id}/tags \
--header 'X-ACCESS-TOKEN: <api-key>'[
{
"id": 123,
"name": "<string>"
}
]Was this page helpful?