Gladly · Capability
Gladly REST API — Customers
Gladly REST API — Customers. 5 operations. Self-contained Naftiko capability covering the Customers business surface of the Gladly Customer Service Platform.
Gladly REST API — Customers is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, PATCH, and DELETE methods rooted at /v1/api/v1/customer-profiles.
The capability includes 2 read-only operations and 3 state-changing operations. Lead operation: Create Customer. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Gladly, Customers, and Customer Service.
What You Can Do
POST
Createcustomer
— Create Customer
/v1/api/v1/customer-profiles
GET
Findcustomers
— Find Customers
/v1/api/v1/customer-profiles
GET
Getcustomer
— Get Customer
/v1/api/v1/customer-profiles/{customerId}
PATCH
Updatecustomer
— Update Customer
/v1/api/v1/customer-profiles/{customerId}
DELETE
Deletecustomer
— Delete Customer
/v1/api/v1/customer-profiles/{customerId}
MCP Tools
gladly-createCustomer
Create Customer
gladly-findCustomers
Find Customers
read-only
idempotent
gladly-getCustomer
Get Customer
read-only
idempotent
gladly-updateCustomer
Update Customer
gladly-deleteCustomer
Delete Customer
idempotent