v1
latestOpenAPI 3.0.22026-07-144652931.4 MBTags
Get a tag
Get details about an existing Tag.
A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them.
For more information see the API Concepts Document
Scoped OAuth requires: tags.read
get/tags/{id}
Path parameters
idstring required
The ID of the resource.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Response
The tag requested.
Example response
{
"tag": {
"type": "tag",
"label": "Batman"
}
}