Skip to content

Get tag​

GET
/v1/tags/{tagId}

Retrieves details for a specific tag.

Authorizations​

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Responses​

Successful retrieval of the tag.

application/json
JSON
{
  
"id": "019a77e7-5105-774f-ac0b-1b9b18f8366a",
  
"name": "ui"
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI