FrankieOne · Capability
KYC V2 API — Individual Workflows
KYC V2 API — Individual Workflows. 6 operations. Lead operation: Create an individual and execute a workflow for the given service profile. Self-contained Naftiko capability covering one Frankieone business surface.
What You Can Do
POST
Createandexecuteworkflow
— Create an individual and execute a workflow for the given service profile
/v1/v2/individuals/new/serviceprofiles/{servicename}/workflows/{workflowname}/execute
POST
Executeworkflow
— Execute a workflow for the given service profile
/v1/v2/individuals/{entityid}/serviceprofiles/{servicename}/workflows/{workflowname}/execute
GET
Getresults
— Get a list of executions and their results
/v1/v2/individuals/{entityid}/serviceprofiles/{servicename}/workflows/{workflowname}/executions
GET
Getworkflowexecutionresult
— Get the result of a specific execution by its executionId.
/v1/v2/individuals/{entityid}/serviceprofiles/{servicename}/workflows/{workflowname}/executions/{workflowexecutionid}
PATCH
Overrideworkflowexecutionresult
— Override the status of a specific workflow execution.
/v1/v2/individuals/{entityid}/serviceprofiles/{servicename}/workflows/{workflowname}/executions/{workflowexecutionid}
GET
Getworkflows
— Get a list of executable workflows
/v1/v2/workflows
MCP Tools
create-individual-and-execute-workflow
Create an individual and execute a workflow for the given service profile
execute-workflow-given-service-profile
Execute a workflow for the given service profile
get-list-executions-and-their
Get a list of executions and their results
read-only
idempotent
get-result-specific-execution-its
Get the result of a specific execution by its executionId.
read-only
idempotent
override-status-specific-workflow-execution
Override the status of a specific workflow execution.
idempotent
get-list-executable-workflows
Get a list of executable workflows
read-only
idempotent