GET/contact-tags/{contactTagId}

Gets a contact tag.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

contact
contact.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/contact-tags/{contactTagId}

Path Parameters

ParameterTypeDescription
contactTagId string 

Contact tag ID


required
example : ctag2a81-94b6-4642-6903-03aa7977da91 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
contactTagId string 

Contact tag ID


readOnly : true 
contactTagName string 

Tag name


required
maxLength : 30 
type string 

Tag type

  • COMPANY: Company tag
  • USER: User tag

Allowed values : COMPANY, USER
readOnly : true 
userId string 

User tag creator

  • It is displayed only if ContactTagType is USER.

readOnly : true 

Response Example

example

1{2  "contactTagId": "ctag2a81-94b6-4642-6903-03aa7977da91",3  "contactTagName": "company tag",4  "type": "COMPANY"5}

HTTP 403

Forbidden

HTTP 404

Not Found