Invoices
Create an Invoice
POST https://api.borlaug.network/invoices
This endpoint allows you to get free cakes.
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}{    "message": "Ain't no cake like that."}Update an Invoice
PATCH https://api.borlaug.network/invoices/:invoiceid
Path Parameters
Name
Type
Description
invoiceid
string
Get all Invoices
GET https://api.borlaug.network/invoices
Get an Invoice
GET https://api.borlaug.network/invoices/:invoiceid
Path Parameters
Name
Type
Description
invoiceid
string
Delete an Invoice
DELETE https://api.borlaug.network/invoices/:invoiceid
Path Parameters
Name
Type
Description
invoiceid
string
Last updated
Was this helpful?