Retrieve Tag
Retrieve a specific CRM object tag using its unique identifiers. This endpoint is useful for obtaining details about a particular tag associated with a CRM object type, which can help in managing or analyzing tagged data within your HubSpot account.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique identifier of the CRM object type to which the tag belongs.
The unique identifier of the tag to retrieve.
Response
successful operation
The color associated with the CRM object tag, represented as a string.
The date and time when the tag was created, in ISO 8601 format.
An integer indicating the display order of the tag.
A complex object defining the filter branch associated with the tag, which can include various filter types and branches.
- OR
- AND
- NOT_ALL
- NOT_ANY
- RESTRICTED
- UNIFIED_EVENTS
- ASSOCIATION
An array of strings representing the pipeline IDs that this tag is associated with.
The unique identifier for the CRM object tag, represented as a string.
The name of the CRM object tag, represented as a string.
The identifier for the type of object this tag is associated with, represented as a string.
The date and time when the tag was last updated, in ISO 8601 format.
An integer representing the ID of the user who created the tag.
A string providing a description of the CRM object tag.
An integer representing the ID of the user who last modified the tag.