curl --request POST \ --url https://api.kadoa.com/v4/schemas \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "entity": "<string>", "fields": [ { "name": "<string>", "description": "<string>", "example": "<string>", "dataType": "STRING" } ] }'
{ "success": true, "schemaId": "<string>", "message": "<string>" }
API key for authorization
Bearer token for authorization
Schema created successfully
The response is of type object.
object