Apply tags to a company

Add one or more tags to a company without removing existing tags. Tags are created automatically if they don't exist.

Use Cases:

  • Add category labels (e.g., "enterprise", "customer", "prospect")
  • Mark status (e.g., "active", "at-risk", "expansion-opportunity")
  • Track campaigns (e.g., "webinar-2025", "trade-show")
  • Add industry segments (e.g., "saas", "fintech", "e-commerce")

Tag Management:

  • Tags are case-sensitive
  • This endpoint ADDS tags - it doesn't remove existing ones
  • To remove tags, use the /companies/{id}/tags/delete endpoint
  • Tags can contain letters, numbers, hyphens, and underscores

Example:

{
  "tags": ["enterprise", "customer", "expansion-opportunity"]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Company ID

Body Params
tags
array of strings
required

Array of tag names to apply

tags*
Responses
200

tags applied

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json