DroneDeploy
  • Introduction
  • Introduction
    • Overview
  • API
    • Introduction
    • Authentication
    • Pagination
    • Examples
      • Fetching a Single Object
      • Fetching all Plans for your Organization
      • Fetching Exports
      • Creating an Export
Powered by GitBook
On this page

Was this helpful?

  1. API

Authentication

PreviousIntroductionNextPagination

Last updated 2 years ago

Was this helpful?

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 for help retrieving your API key.

If you would like access to our developer API, contact the 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.

DroneDeploy Support Team
DroneDeploy Sales Team