Introduction & Auth

The Aviato Data Engine provides datapoints on people and organizations. The data is sourced from many of private and public sources, and is refreshed on a regular basis.

The API is organized around REST, and requires authentication. To get access, please reach out to our team at aviato.co

Authenticate

To authenticate your requests, first create an API key:

  1. Go to your Teams
  2. Select a Team
  3. Select “API Keys” on the left nav
  4. Create a key

Then, add the “Authorization” header to your request, with this value: “Bearer [your api key]“.

Built with