GET
/
v4
/
templates
/
{templateId}
curl --request GET \
  --url https://api.kadoa.com/v4/templates/{templateId} \
  --header 'x-api-key: <api-key>'
{
  "template": {}
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authorization

Path Parameters

templateId
string
required

ID of the schema to retrieve

Response

200
application/json
template retrieved successfully
template
object