FINOS · Capability
Pod API — Connection
Pod API — Connection. 6 operations. Lead operation: Accept the connection request for the requesting user. Self-contained Naftiko capability covering one Finos business surface.
What You Can Do
POST
Post
— Accept the connection request for the requesting user
/v1/v1/connection/accept
POST
Post
— Sends an invitation to connect with another user
/v1/v1/connection/create
GET
Get
— List of requesting user's connection
/v1/v1/connection/list
POST
Post
— Reject the connection request for the requesting user.
/v1/v1/connection/reject
POST
Post
— Removes a connection with a user.
/v1/v1/connection/user/{uid}/remove
GET
Get
— The status of the connection invitation to another user.
/v1/v1/connection/user/{userid}/info
MCP Tools
accept-connection-request-requesting-user
Accept the connection request for the requesting user
sends-invitation-connect-another-user
Sends an invitation to connect with another user
list-requesting-user-s-connection
List of requesting user's connection
read-only
idempotent
reject-connection-request-requesting-user
Reject the connection request for the requesting user.
removes-connection-user
Removes a connection with a user.
status-connection-invitation-another-user
The status of the connection invitation to another user.
read-only
idempotent