Skip to content

Get all entity-tag mappings for an entity type​

GET
/api/tags/entities

Authorizations​

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

Parameters​

Query Parameters

entity_type*
Type
string
Required

Responses​

Entity-tag map

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

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI