Management APIs
cURL
curl --request POST \ --url https://api.basic.tech/utils/schema/compareSchema \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "schema": {} }'
{}
Compare two schemas and return the differences
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response