Togai · Capability
Togai Apis — Accounts
Togai Apis — Accounts. 18 operations. Lead operation: Create an Account. Self-contained Naftiko capability covering one Togai business surface.
What You Can Do
POST
Createaccount
— Create an Account
/v1/accounts
GET
Getaccounts
— List Accounts of Customer
/v1/accounts
GET
Getaccount
— Get an Account
/v1/accounts/{account-id}
PATCH
Updateaccount
— Update an Account
/v1/accounts/{account-id}
DELETE
Deleteaccount
— Delete an Account
/v1/accounts/{account-id}
GET
Listaccountaliases
— Get All Aliases of an Account
/v1/accounts/{account-id}/account-aliases
POST
Addaliases
— Add Aliases to Account
/v1/accounts/{account-id}/add-aliases
POST
Updatepricingschedulebatch
— Edit Schedules of an Account
/v1/accounts/{account-id}/edit-schedules
POST
Updatepricingschedule
— Dissociate or Associate a Price Plan with an Account
/v1/accounts/{account-id}/price-plans
GET
Getpricingschedules
— List Pricing Schedules of an Account
/v1/accounts/{account-id}/pricing-schedules
POST
Createproposal
— Propose a Purchase of a Plan
/v1/accounts/{account-id}/purchase-proposals
GET
Listaccountproposals
— List All Proposals of an Account
/v1/accounts/{account-id}/purchase-proposals
POST
Initiateonetimeentitlementplan
— Initiate a Purchase
/v1/accounts/{account-id}/purchases
GET
Listaccountpurchases
— Get All Purchases for an Account
/v1/accounts/{account-id}/purchases
POST
Removealiases
— Remove Aliases to Account
/v1/accounts/{account-id}/remove-aliases
GET
Getproposal
— Get Proposal Information
/v1/purchase-proposals/{purchase-proposal-id}
POST
Updateproposalstatus
— Approve or Decline a Purchase of a Billing Plan
/v1/purchase-proposals/{purchase-proposal-id}/update-status
GET
Getpurchase
— Get a Specific Purchase of an Account
/v1/purchases/{purchase-id}
MCP Tools
create-account
Create an Account
list-accounts-customer
List Accounts of Customer
read-only
idempotent
get-account
Get an Account
read-only
idempotent
update-account
Update an Account
idempotent
delete-account
Delete an Account
idempotent
get-all-aliases-account
Get All Aliases of an Account
read-only
idempotent
add-aliases-account
Add Aliases to Account
edit-schedules-account
Edit Schedules of an Account
dissociate-associate-price-plan-account
Dissociate or Associate a Price Plan with an Account
list-pricing-schedules-account
List Pricing Schedules of an Account
read-only
idempotent
propose-purchase-plan
Propose a Purchase of a Plan
list-all-proposals-account
List All Proposals of an Account
read-only
idempotent
initiate-purchase
Initiate a Purchase
get-all-purchases-account
Get All Purchases for an Account
read-only
idempotent
remove-aliases-account
Remove Aliases to Account
get-proposal-information
Get Proposal Information
read-only
idempotent
approve-decline-purchase-billing-plan
Approve or Decline a Purchase of a Billing Plan
get-specific-purchase-account
Get a Specific Purchase of an Account
read-only
idempotent