Authentication

All API requests require an API key to be sent in the Authorization header.

If you already have access to our developer API, contact the DroneDeploy Support Team for help retrieving your API key.

If you would like access to our developer API, contact the DroneDeploy Sales Team for access to the API key for your enterprise or Developer Partner account.

Once you have your API key it needs to be sent as an Authorization header:

POST /graphql?   Authorization: Bearer <api_key>

Your API key is associated with your own account and so the viewer query will return your user account details.

When using the API explorer you simply need to be logged in.

Last updated