Skip to content

Get tags for a specific entity​

GET
/api/tags/entity

Authorizations​

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

Parameters​

Query Parameters

entity_type*
Type
string
Required
entity_id*
Type
integer
Required

Responses​

Entity tags

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI