Javascript is required
logo-dastralogo-dastra

APIs that are as powerful as they are intuitive

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
                })
          
        
Documentation

Documentation

We have documented all our APIs using the latest OAS standard

See documentation
Security

Enhanced security

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 security
Api

Simple integration

You can use our APIs in all languages and on all platforms.

Connect your apps without a line of code

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.

See integrations

A small step for DPOs, a big step for data protection

Dastra.eu is free to try, easy to set up, and work seamlessly together.

Free 30 day trial - No credit card required - No commitment

Data processing
Subscribe to our newsletter

We will send you a few emails to keep you informed of our news and what's new in our solution

* You will always be able to unsubscribe on each newsletter. Learn more.