Front · Capability
Core API — Accounts
Core API — Accounts. 8 operations. Lead operation: List Accounts. Self-contained Naftiko capability covering one Front business surface.
What You Can Do
GET
Listaccounts
— List Accounts
/v1/accounts
POST
Createaccount
— Create account
/v1/accounts
GET
Fetchanaccount
— Fetch an account
/v1/accounts/{account-id}
PATCH
Updateaccount
— Update account
/v1/accounts/{account-id}
DELETE
Deleteanaccount
— Delete an account
/v1/accounts/{account-id}
GET
Listaccountcontacts
— List account contacts
/v1/accounts/{account-id}/contacts
POST
Addcontacttoaccount
— Add contact to Account
/v1/accounts/{account-id}/contacts
DELETE
Removecontactfromaccount
— Remove contact from Account
/v1/accounts/{account-id}/contacts
MCP Tools
list-accounts
List Accounts
read-only
idempotent
create-account
Create account
fetch-account
Fetch an account
read-only
idempotent
update-account
Update account
idempotent
delete-account
Delete an account
idempotent
list-account-contacts
List account contacts
read-only
idempotent
add-contact-account
Add contact to Account
remove-contact-account
Remove contact from Account
idempotent