List supplier plants
Lists your supplier plants. Pass plant_id to restrict the results to
suppliers of one of your plants, or supplier_company_id to restrict
them to one supplier company.
Filter by external_id to resolve one of your codes to a single supplier
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
Optional plant UUID to restrict the results. A UUID you cannot reach simply matches nothing — the page comes back empty.
Optional supplier company UUID to restrict the results. A UUID you cannot reach simply matches nothing — the page comes back empty.
Narrow the list to the supplier plant carrying this code of yours. Optional; at most one supplier 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