Togai · Capability
Togai Apis — Customers
Togai Apis — Customers. 6 operations. Lead operation: Create a Customer. Self-contained Naftiko capability covering one Togai business surface.
What You Can Do
POST
Createcustomer
— Create a Customer
/v1/customers
GET
Getcustomers
— List Customers
/v1/customers
GET
Getcustomer
— Get a Customer
/v1/customers/{customer-id}
PATCH
Updatecustomer
— Update a Customer
/v1/customers/{customer-id}
DELETE
Deletecustomer
— Delete a Customer
/v1/customers/{customer-id}
POST
Createcustomercontact
— Create a Contact for the Customer
/v1/customers/{customer-id}/contacts
MCP Tools
create-customer
Create a Customer
list-customers
List Customers
read-only
idempotent
get-customer
Get a Customer
read-only
idempotent
update-customer
Update a Customer
idempotent
delete-customer
Delete a Customer
idempotent
create-contact-customer
Create a Contact for the Customer