Skip to main content
POST
Create a Contact Tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tagId
string
contactId
string

The identifier of the contact this record belongs to.

Response

OK

contactTagId
string
tagId
string
name
string

The display name of the record.

total
string

The total number of records matching the request, across all pages. Use it with skip and take to page through the results.

createDateTimeUtc
string

The UTC date and time the record was created.

createdByUser
string

The name of the user who created the record.

modifiedDateTimeUtc
string

The UTC date and time the record was last modified.

modifiedByUser
string

The name of the user who last modified the record.

contactsByTagUrl
string
Last modified on August 11, 2026