GET /v1/invoices/{id}

Get invoice details

Request

GET /v1/invoices/{id}

Parameters

[ { "schema": { "type": "string" }, "required": true, "name": "id", "in": "path" } ]

Response

{ "200": { "description": "Invoice details" }, "404": { "description": "Invoice not found" } }

View in Interactive API Reference