QamaqQamaq
GET

Get entity schema

/entities/schema/{entity_key}

Returns details of a specific entity schema by entity_key.

Parameters

Path Parameters

NameTypeDescription
entity_keyrequired
string

The entity key (e.g., 'customers')

Code Examples

curl -X GET "https://api.qamaq.io/api/v1/entities/schema/{entity_key}" \
  -H "Authorization: Bearer qmq_your_api_key"

Responses

200Entity schema details

Response Body

{
id:string
entity_key:string
name:string
description:string
is_active:boolean
active_version_id:string
active_version_number:string
}