API Authentication

Drone uses tokens for authentication. You can retrieve your user token from your user profile screen (/account/token) in the Drone user interface.

You can provide your token using the http Authorization header:

Authorization: Bearer AKIAIOSFODNN7EXAMPLE

Or using the access_token query parameters:

http://drone.mycompany.com/api/user?access_token=AKIAIOSFODNN7EXAMPLE

Is there a mistake on this page? Please let us know or edit this page.