History and Webhooks during API calls

By default, all INSERT, DELETE, and UPDATE calls are not saved in the project history. It is done for faster calls processing. If you want to save them in the history, please, add the header:

enable-history : true

By default, all INSERT, DELETE, and UPDATE calls do not trigger webhooks. If you want to trigger a webhook, please, add the header:

enable-webhooks : true