POST
Create Contact Tag
Creates a new contact tag in the specified sub-account.
POST
https://api.vantaxai.com/v1/contact-tagsTag names are unique within a sub-account (case-insensitive). Once created, a tag can be applied to contacts via Create or Update Contact.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Content-TypestringrequiredMust be application/json for requests with a body.
example: application/json
Body Parameters
namestringrequiredTag name (max 64 characters).
example: vip
sub_account_idstringrequiredSub-account that will own the tag.
example: sub_8a1f4c2e
colorstringoptionalDisplay color as a hex code.
example: #7C3AED