List lead tags
GET/v1/tags
Returns the lead tags in use by the company that owns the API key, as a flat list of names. Pass any of these under tags when creating a lead via POST /v1/webhooks/leads. Tags are free-text, so a value not listed here is simply created on the fly — this endpoint is a convenience so integrators can reuse existing tags instead of inventing near-duplicates.
Responses
- 200
- 401
- 500
OK
Unauthorized
Internal Server Error