Tango · Capability
Tango RaaS API — Accounts
Tango RaaS API — Accounts. 5 operations. Lead operation: List All Accounts. Self-contained Naftiko capability covering one Tango business surface.
What You Can Do
GET
Listaccounts
— List All Accounts
/v1/accounts
GET
Listcustomeraccounts
— List Customer Accounts
/v1/customers/{customeridentifier}/accounts
POST
Createaccount
— Create Account
/v1/customers/{customeridentifier}/accounts
GET
Getaccount
— Get Account
/v1/customers/{customeridentifier}/accounts/{accountidentifier}
PATCH
Updateaccount
— Update Account
/v1/customers/{customeridentifier}/accounts/{accountidentifier}
MCP Tools
list-all-accounts
List All Accounts
read-only
idempotent
list-customer-accounts
List Customer Accounts
read-only
idempotent
create-account
Create Account
get-account
Get Account
read-only
idempotent
update-account
Update Account
idempotent