Get Tag
Retrieve a single tag by its ID.
Endpoint
GET https://api.campaignlark.com/v1/tags/:id
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | required | The 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
| Status | Message | Cause |
|---|---|---|
404 | We were unable to find the tag. | Tag does not exist in this workspace. |