Bank Accounts
Create a Bank Account
POST https://api.borlaug.network/bankaccounts
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}{ "message": "Ain't no cake like that."}Update a Bank Account
PATCH https://api.borlaug.network/bankaccounts/:bankid
Path Parameters
Name
Type
Description
bankid
string
Get all Bank Accounts (for org)
GET https://api.borlaug.network/bankaccounts
Get a Bank Account
GET https://api.borlaug.network/bankaccounts/:bankid
Path Parameters
Name
Type
Description
bankid
string
Delete a Bank Account
DELETE https://api.borlaug.network/bankaccounts/:bankid
Path Parameters
Name
Type
Description
bankid
string
Last updated
Was this helpful?