Retrieve full details and pricing tiers for a specific service by ID using the dronelist.io API
Documentation Index
Fetch the complete documentation index at: https://dronelist.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
id | string | Service ID (e.g., svc_ghi789) |
service:read
| Status | Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid API key |
403 | FORBIDDEN | API key lacks service:read scope |
404 | NOT_FOUND | Service not found or belongs to another organization |
500 | INTERNAL_ERROR | Unexpected server error — retry with exponential backoff |