improved

Mona's new SDK and secure data export

Until today, users could export data to the “/monaExport” endpoint (or using our python client) using only their user-id as identification. As part of a security update, we are moving the data export process to require a bearer token in order to export your data. Following this change, users will need to use their API key and secret (found in their dashboard) to create a JWT token and export their data to a new “/export” endpoint.

Starting today, with the use of an accessToken, you will be able to export your data directly via our REST endpoint, or with our new python SDK which you can easily be integrated in your own environment.

To help with the transition to an authenticated export, you can use our documentation to see how to generate a JWT token using API key and secret, how to export directly to our REST endpoint and how to export using Mona SDK.

We would like to cease all non authenticated exports by the end of June. If you need more time to make the transition or have already finished it, please let us know.

For any questions or issues, feel free to contact us via slack or directly set up a support meeting on this link.