Skip to content

List all tags​

GET
/api/tags

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Responses​

Tag list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"color": "string",
  
  
"created_at": "string"
  
}
]

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI