Skip to main content
GET
Retrieve WTN

Retrieve WTN

Retrieves a previously generated Waste Transfer Note by its unique reference. WTNs are scoped to the organisation that created them. You cannot retrieve another organisation’s WTNs.
Requires authentication via Authorization header. See Authentication.

Request

Method: GET Path: /v1/wtn/{reference}

Headers

string
required
Bearer token with your API key, e.g. Bearer wc_live_your_key

Path Parameters

string
required
The WTN reference returned when it was created (e.g. WTN-2026-0325-A7X9)

Response

Success Response (200)

Returns the full WTN object as shown in the POST /v1/generate-wtn response, including producer, carrier, waste, destination, duty of care, and compliance objects.

Error Responses

Example