Retrieve WTN
API Reference
Retrieve WTN
Retrieve a previously generated Waste Transfer Note
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
Bearer token with your API key, e.g.
Bearer wc_live_your_keyPath Parameters
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
| Code | HTTP | When |
|---|---|---|
WTN_NOT_FOUND | 404 | Reference doesn’t exist or belongs to a different organisation |