Skip to main content
GET
List MultiDB LER Codes
← Wastes API Returns the kernel waste_ler_codes reference table. Pass the id of an entry as waste_ler_code_id when creating or updating a waste on the MultiDB path (?multidb=true on POST /v1/wastes).
This is the MultiDB counterpart of waste_efs_id discovery. The legacy path instead uses GET /v1/waste-efs.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query Parameters

Filter by code or description (case-insensitive substring match). Omit to get the full catalog.Example: paper

Response

Returns a plain array — not paginated.
string
UUID to send as waste_ler_code_id when creating a MultiDB waste
string
LER code (European List of Waste), e.g. 200301
string
LER code name/slug
string | null
Human-readable description

Example

Successful Response

List MultiDB R/D Codes

List treatment codes, optionally scoped to a chosen LER

Create Waste

Create a waste record using the waste_ler_code_id from this endpoint