Skip to content

List tags​

GET
/v1/teams/{teamId}/tags

Returns all tags in the team.

Authorizations​

BearerAuth

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

Type
HTTP (bearer)

Responses​

Successful retrieval of tags.

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

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI