Skip to main content
POST
Create tag

Authorizations

x-api-key
string
header
required

API key from Settings > API Keys or POST /v1/api-keys. Format f9_live_<32 hex chars> (live) or f9_test_<32 hex chars> (sandbox — no real sends, ever). Legacy wcrm_live_ / wcrm_test_ keys still authenticate but are no longer issued. Shown once at creation; only a hash is stored.

Path Parameters

object
enum<string>
required
Available options:
leads,
customers

Body

application/json
name
string

Required on create; unique per object (case-insensitive).

color
string

#RRGGBB

description
string | null
fields
any[]

Lead tags: at least one condition {field, operator, value?} (required on create). Customer tags: field names.

conditions
object[]

Customer tags only.

condition_logic
enum<string>
Available options:
AND,
OR
priority
integer
Required range: x >= 0

Response

Created

success
enum<boolean>
Available options:
true
data
object
meta
object