curl -X GET https://api.linkedcamp.com/tags \ -H "token: YOUR_API_TOKEN"
{ "success": true, "message": "Tags found successfully!", "data": [ { "content": "Hot Lead", "color": "#FF5733", "createdAt": 1625000000000, "updatedAt": 1625000000000 } ] }
Returns all tags created by the authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs.linkedcamp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.linkedcamp.com/llms.txt
Use this file to discover all available pages before exploring further.
Show Tag Properties