curl --request GET \
--url https://api.kadoa.com/v4/schemas/{schemaId} \
--header 'x-api-key: <api-key>'{
"error": false,
"data": {
"id": "<string>",
"name": "<string>",
"isPublic": true,
"schema": [
{
"name": "<string>",
"description": "<string>",
"dataType": "STRING",
"fieldType": "SCHEMA",
"example": "<string>",
"isKey": true
}
],
"entity": "<string>",
"description": {
"hintText": "<string>"
}
}
}Retrieve a specific schema by its unique identifier
curl --request GET \
--url https://api.kadoa.com/v4/schemas/{schemaId} \
--header 'x-api-key: <api-key>'{
"error": false,
"data": {
"id": "<string>",
"name": "<string>",
"isPublic": true,
"schema": [
{
"name": "<string>",
"description": "<string>",
"dataType": "STRING",
"fieldType": "SCHEMA",
"example": "<string>",
"isKey": true
}
],
"entity": "<string>",
"description": {
"hintText": "<string>"
}
}
}API key for authentication
Schema ID