Get a tag
This endpoint retrieves a specific tag.
Request
GET https://api.nicereply.com/tags/<ID>
Path Parameters
Parameter | Data Type | Description |
---|---|---|
ID | UUID | ID of the tag. |
Example response
200 OK
{
"data": {
"id": "b6857bfc-2ad5-411d-af39-8ce103d11294",
"name": "Support Ticket",
"created_at": "2023-07-24T11:23:03+02:00",
"updated_at": "2023-07-25T12:00:43+02:00"
}
}