Retrieve a tag
Returns a single tag belonging to the current project by its ID.
Path Parameters
- Type: integerFormat: int32required
ID of the tag to retrieve.
Responses
- application/json
- application/json
Request Example for get/v1/tags/{id}
curl http://api.mailreach.co/api/v1/tags/7 \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
"id": 7,
"name": "sales-team"
}