List plants
Lists the plants your key can access. Plants are created and managed on the
Emidat UI, not via the API — listing them is how your integration maps your
own plant codes to the Emidat plant_id it references.
Filter by external_id to resolve one of your codes to a single plant.
Paginated — see Pagination.
Authorizations
Per-manufacturer API key in the X-API-Key header, format
emidat-{key_id}-{secret} where key_id is a random public handle.
Issued by an owner in the Emidat
dashboard; carries its own permission scopes, optional plant
restrictions, and optional expiry. A revoked, expired, or unknown key
returns 401. See the Authentication guide for details.
Query Parameters
Narrow the list to the plant carrying this code of yours. Optional; at most one plant matches.
Opaque cursor taken from the previous page's next_cursor. Omit it for the
first page. Never construct or parse one — its encoding is not part of the
contract. A cursor that cannot be decoded is rejected with 422. See
Pagination.
Maximum number of items on the page. Out of range is rejected with 422.
See Pagination.
1 <= x <= 200