CalryOTA Docs
Tags

Get a tag by ID

Returns a tag by its unique identifier

GET
/api/v1/tags/{id}

Path Parameters

id*string

The unique identifier of the tag

Query Parameters

includeListings?boolean

Whether to include listings attached to this tag

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/tags/123e4567-e89b-12d3-a456-426614174000"
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "description": "string",
  "workspaceID": "string",
  "listingIds": [
    [
      "string"
    ]
  ]
}
Empty
{
  "timestamp": "2025-03-05T11:45:49.631Z",
  "path": "<URL_PATH>",
  "message": "Authentication failed",
  "details": []
}