Authenticating requests

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.