The accounting endpoint is for dealing with accounting information from your Tinycart Platform
1 - Adding a New Account
Endpoint
/api/addaccount
Method
POST
Parameters
{
"firstname":"",
"lastname":"",
}
2 - Get Account details
Endpoint
/api/getaccount/{{accountid}}
Method
GET