Gremlin · Capability
Gremlin API — clients
Gremlin API — clients. 5 operations. Lead operation: Returns all clients within a team.. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
All2
— Returns all clients within a team.
/v1/clients
GET
Active2
— Return all active clients within a team
/v1/clients/active
GET
Getclientbyidentifier
— Get a client by identifier
/v1/clients/{identifier}
DELETE
Revoke1
— Deactivate a client
/v1/clients/{identifier}
PUT
Activate
— Activate a client.
/v1/clients/{identifier}/activate
MCP Tools
returns-all-clients-within-team
Returns all clients within a team.
read-only
idempotent
return-all-active-clients-within
Return all active clients within a team
read-only
idempotent
get-client-identifier
Get a client by identifier
read-only
idempotent
deactivate-client
Deactivate a client
idempotent
activate-client
Activate a client.
idempotent