Get plant
Fetches one plant by its Emidat UUID. 404 if no active plant carries
the id; 403 if the plant exists but the key’s plant restriction does
not include it.
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.
Path Parameters
UUID of the plant.
Response
Plant.
Emidat UUID of the plant. Use this as plant_id in request bodies.
Your own code for this plant, set on the Emidat UI. null when none is set.
"TestPlant Munich"
A postal address. country is the only field always present; the rest
are null when they were never captured. This object holds the country
— the resources carrying an address do not repeat it alongside.