Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/tags
{ "data": { "tags": [ {} ] } }
Retrieve all unique tags used across contacts in your workspace
Authorization: Bearer wbk_your_api_key_here
Show properties
curl https://data.leadlex.com/functions/v1/api-gateway/v1/tags \ -H "Authorization: Bearer wbk_your_api_key_here"
{ "data": { "tags": ["enterprise", "legal", "priority", "vip"] } }
insufficient_permissions
contacts:read