FINOS · Capability
Pod API — Security
Pod API — Security. 8 operations. Lead operation: Delete a company certificate. Self-contained Naftiko capability covering one Finos business surface.
What You Can Do
POST
Post
— Delete a company certificate
/v1/v1/companycert/delete
GET
Get
— List all trusted certs
/v1/v1/companycert/list
GET
Get
— List all trusted certs
/v1/v1/companycert/podmanaged/list
POST
Post
— List all certs of the given types
/v1/v1/companycert/type/list
GET
Get
— Get the details of a company certificate
/v1/v1/companycert/{fingerprint}/get
GET
Get
— Return a list of all certificates which were verified to the cert whose
/v1/v1/companycert/{fingerprint}/issuedby
POST
Post
— Update a company certificate
/v1/v1/companycert/{fingerprint}/update
POST
Post
— Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates.
/v1/v2/companycert/create
MCP Tools
delete-company-certificate
Delete a company certificate
list-all-trusted-certs
List all trusted certs
read-only
idempotent
list-all-trusted-certs-2
List all trusted certs
read-only
idempotent
list-all-certs-given-types
List all certs of the given types
read-only
get-details-company-certificate
Get the details of a company certificate
read-only
idempotent
return-list-all-certificates-which
Return a list of all certificates which were verified to the cert whose
read-only
idempotent
update-company-certificate
Update a company certificate
create-company-trusted-untrusted-certificate
Create a company trusted or untrusted certificate. Different from V1 in that we reject expired certificates.