Quickstart
This guide walks you through making your first API call to dronelist.io.Prerequisites
- A dronelist.io account with an active organization
- An API key (created in Settings > API Keys)
Step 1: Create an API key
Navigate to Settings > API Keys in your dashboard. Click Create API Key and select the scopes you need:| Scope | Access |
|---|---|
equipment:read | Equipment list, details, and flight logs |
project:read | Project list and details |
service:read | Service list and details |
dl_ and is only shown once.
Step 2: Make your first request
Step 3: Check the response
A successful response looks like:Next steps
Authentication
Learn about API key scopes and auth methods.
Pagination
Handle large result sets with pagination.
Error handling
Understand error codes and how to handle them.
API Reference
Explore every endpoint in detail.

