Every AeroDesk account can generate a personal integration key from Account settings. Use it to pull your own profile data into tools like Zapier or a custom script.
Send your key in the X-Api-Key header on every request:
curl https://api.aerodesk.io/v1/profile \
-H "X-Api-Key: YOUR_KEY_HERE"
GET /v1/profile returns the basic profile info tied to
your key. That's currently the only endpoint we document — more are on
the way as the API opens up.