Automate your data subject requests
Dastra unveils its new feature: integrations. Connect Dastra with hundreds of applications and save valuable time by aut...
For all your synchronization needs, Dastra offers a well-documented Rest API and fully customizable native connectors
Startup for free Ask for a demoWe 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
})
All our APIs are protected by OAuth authentication and penetration tests are performed regularly.
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 customers 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.
Startup for free Ask for a demoFree 30 day trial - No credit card required - No commitment