Skip to main content
POST
Create an organization lead segmentation tag

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Body

The tag name, color, and related display settings to create.

Defines the fields clients can send when working with tag.

name
null | string

Display name for this tag request in the Leadping API.

color
null | string

Hex color used to display this tag or status in Leadping clients.

description
null | string

Human-readable description that explains this tag request to API users.

id
null | string

Stable unique identifier of an existing resource to update; omit it when the API assigns an identifier during creation.

Response

Created

Describes tag data returned by Leadping.

organizationId
null | string

Organization ID that owns this tag.

name
string

Display name for this tag response in the Leadping API.

normalizedName
string

Normalized name used for case-insensitive tag matching and deduplication.

color
null | string

Hex color used to display this tag or status in Leadping clients.

description
null | string

Human-readable description that explains this tag response to API users.

createdByUserId
null | string

User ID of the person who created this tag response.

isArchived
boolean

Indicates whether this lead or record is archived.

archivedAt
null | string<date-time>

UTC timestamp when this record was archived.

id
string

Stable unique identifier of the resource.

createdAt
string<date-time>

UTC timestamp when the resource was created.

modifiedAt
null | string<date-time>

UTC timestamp when the resource was last modified, or null when it has not been updated.