Waste Management · Example Payload

Waste Management Listinvoices Example

Environmental ServicesFortune 500RecyclingSolid WasteSustainabilityWaste Management

Waste Management Listinvoices Example is an example object payload from Waste Management, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryrequestresponse

Example Payload

Raw ↑
{
  "summary": "List Invoices",
  "request": {
    "method": "GET",
    "url": "https://api.wm.com/v1/customers/123456789/invoices?startDate=2026-01-01&endDate=2026-04-30",
    "headers": {
      "Authorization": "Bearer <JWT>",
      "Request-Tracking-Id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
      "ClientId": "your-client-id",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "invoices": [
        {
          "invoiceId": "INV-2026-0401",
          "invoiceDate": "2026-04-01",
          "dueDate": "2026-04-21",
          "totalAmount": 145.50,
          "status": "Unpaid"
        },
        {
          "invoiceId": "INV-2026-0301",
          "invoiceDate": "2026-03-01",
          "dueDate": "2026-03-21",
          "totalAmount": 141.25,
          "status": "Paid"
        },
        {
          "invoiceId": "INV-2026-0201",
          "invoiceDate": "2026-02-01",
          "dueDate": "2026-02-21",
          "totalAmount": 141.25,
          "status": "Paid"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/waste-management-listInvoices-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.