Gremlin · Capability
Gremlin API — integration-clients
Gremlin API — integration-clients. 5 operations. Lead operation: Returns all integration clients within a company or team.. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
All3
— Returns all integration clients within a company or team.
/v1/integration-clients
GET
Active3
— Get all active integration clients.
/v1/integration-clients/active
POST
Matchestags
— Returns list of clients which match the given tags
/v1/integration-clients/matches-tags
DELETE
Revoke2
— Deactivates an integration client.
/v1/integration-clients/{identifier}
PUT
Activate1
— Activates an integration client.
/v1/integration-clients/{identifier}/activate
MCP Tools
returns-all-integration-clients-within
Returns all integration clients within a company or team.
read-only
idempotent
get-all-active-integration-clients
Get all active integration clients.
read-only
idempotent
returns-list-clients-which-match
Returns list of clients which match the given tags
read-only
deactivates-integration-client
Deactivates an integration client.
idempotent
activates-integration-client
Activates an integration client.
idempotent