Gladly · Capability
Gladly REST API — Topics
Gladly REST API — Topics. 4 operations. Self-contained Naftiko capability covering the Topics business surface of the Gladly Customer Service Platform.
Gladly REST API — Topics is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, POST, and PATCH methods rooted at /v1/api/v1/topics.
The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: List Topics. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Gladly, Topics, and Customer Service.
What You Can Do
GET
Gettopics
— List Topics
/v1/api/v1/topics
POST
Addtopic
— Add Topic
/v1/api/v1/topics
GET
Gettopic
— Get Topic
/v1/api/v1/topics/{topicId}
PATCH
Updatetopic
— Update Topic
/v1/api/v1/topics/{topicId}
MCP Tools
gladly-getTopics
List Topics
read-only
idempotent
gladly-addTopic
Add Topic
gladly-getTopic
Get Topic
read-only
idempotent
gladly-updateTopic
Update Topic