Skip to main content

Get Tag

Retrieve a single tag by its ID.


Endpoint

GET https://api.campaignlark.com/v1/tags/:id

Path Parameters

ParameterTypeRequiredDescription
idintegerrequiredThe tag ID.

Sample Request

GET https://api.campaignlark.com/v1/tags/1

Response

Success — 200 OK

{
"data": {
"id": 1,
"name": "VIP",
"description": "VIP customers"
}
}

Errors

StatusMessageCause
404We were unable to find the tag.Tag does not exist in this workspace.