v1

latestOpenAPI 3.0.02026-07-2494288373.8 KB
Tags

Retrieve a tag

Get the specified tag.

get/v1/tags/{id}

Path parameters

idstring uuid required

Id of the tag

Response

ℹ️ Click to see full payload

idstring uuid required
labelstring required
created_atstring date-time required

Creation date
Date time in format ISO 8601 (yyyy-MM-ddTHH:mm:ss.S+X eg 2023-01-31T13:30:00.000Z)

Example response

{
  "label": "High risk"
}