This is an old revision of the document!
/api/invoices/ID
HEAD, GET
Return information about an invoice, identified by the invoice's ID.
Syntax
GET /api/invoices/123 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234
DELETE
Delete an invoice.
Syntax
DELETE /api/invoices/123 Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: text/plain Content-Length: 0
Response codes
204 No Content | Invoice was successfully deleted |