DOMO Writeback Connector - CRUD via REST API

Hi There!

 

I need to use DOMO writeback connector called "Azure Data Lake Storage Gen2 Using AAD WriteBack Connector" to sync between few hundred DOMO datasets (new will come in future) and ADLS gen 2 storage account. I need to create new connectors for given datasets and configure them separately.

There should be a way to do it programatically, but there is no info in API docs. I have tried to preview requests sending by UI while creating new connector and as per what I see, streams API is used during the process. I've tried to replicate request payload via Postman app, but I've managed to create DataSet only - without connector functionalities.

 

Can anyone help on determining proper payload for updating settings and creating new connectors via API?