Get Service Details
Endpoints
Get Service Details
Retrieve full details and pricing tiers for a specific service by ID using the dronelist.io API
GET
Get Service Details
Get Service Details
Returns the full details for a specific service, including its pricing tiers.Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Service ID (e.g., svc_ghi789) |
Response
Required scope
service:read
Errors
| 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 |

