Crop Library
List shortlist
List crops on the user’s personal shortlist (curated favorites).
GET
crops (which represent actual plantings on a field).
Authentication
Requires a key with thelibrary:read scope.
Query parameters
Page number (≥ 1).
Results per page (1–100).
Response
Array of user-crop objects (joined with parent admin crop name + category).
Offset pagination envelope.
Errors
| Status | When |
|---|---|
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks library:read scope |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |