Automate your data subject requests
Dastra unveils its new feature: integrations. Connect Dastra with hundreds of applications and save valuable time by aut...
We have designed APIs to the OpenApi 3.x standard that are easy to integrate into any system.
const dataProcessings;
const settings =
{
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer test_1234'
}
};
const apiRequest = new Request(
'https://api.dastra.eu/v1/ws/53/dataprocessings?'
+ new URLSearchParams(
{
size: 20,
sortBy: 'Label'
}))
fetch(apiRequest, settings)
.then(response => {
dataProcessings = response.items
})
Need to sync your Dastra tasks with Jira or Trello? Need to retrieve the clients of your CRM with the data controllers of your registry? Dastra provides you with preconfigured connectors that you can customize as desired via the Zapier automation platform.
Learn more about securityYou can use our APIs in all languages and on all platforms.
Need to sync your Dastra tasks with Jira or Trello? Need to retrieve the clients of your CRM with the data controllers of your registry? Dastra provides you with preconfigured connectors that you can customize as desired via the Zapier automation platform.
Dastra unveils its new feature: integrations. Connect Dastra with hundreds of applications and save valuable time by aut...
Dastra.eu is free to try, easy to set up, and work seamlessly together.
Free 30 day trial - No credit card required - No commitment
* You will always be able to unsubscribe on each newsletter. Learn more.