Home
SimpleLegal
Simplelegal List Invoices Example
Simplelegal List Invoices Example
E-Billing Enterprise Legal Management Legal Operations Legal Spend Management Matter Management Vendor Management
Simplelegal List Invoices Example is an example object payload from SimpleLegal, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
example request response
Example Payload
{
"example": "List pending invoices filtered by matter",
"request": {
"method": "GET",
"path": "/api/v1/invoices",
"url": "https://app.simplelegal.com/api/v1/invoices",
"headers": {
"Authorization": "Basic <base64-encoded-credentials>"
},
"queryParameters": {
"status": "pending",
"matter_id": "matter-abc123",
"page": 1,
"page_size": 25
}
},
"response": {
"status": 200,
"body": {
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": "inv-001",
"invoice_number": "WP-2026-0234",
"matter_id": "matter-abc123",
"vendor_id": "vendor-wilson-partners",
"status": "pending",
"invoice_date": "2026-04-30",
"due_date": "2026-05-30",
"currency": "USD",
"total_amount": 42500.00,
"approved_amount": null,
"line_items": [
{
"id": "li-001",
"type": "fee",
"description": "Patent analysis and claim review",
"timekeeper": "Robert Johnson",
"hours": 12.5,
"rate": 500.00,
"amount": 6250.00,
"task_code": "L110",
"activity_code": "A101"
},
{
"id": "li-002",
"type": "fee",
"description": "Research prior art",
"timekeeper": "Sarah Lee",
"hours": 18.0,
"rate": 350.00,
"amount": 6300.00,
"task_code": "L120",
"activity_code": "A102"
}
],
"created_at": "2026-05-01T14:00:00Z",
"updated_at": "2026-05-01T14:00:00Z"
}
]
}
}
}
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/simplelegal-list-invoices-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 form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.