Skip to main content

Get a tag

This endpoint retrieves a specific tag.

Request

GET https://api.nicereply.com/tags/<ID>

Path Parameters

ParameterData TypeDescription
IDUUIDID 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"
}
}