Frankiefinancial
Connector for the frankiefinancial API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.demo.frankiefinancial.io/compliance/v1.2 - Auth:
header:api_key(pass your key via theapiKeyinput)
Operations
querydocument— GET /document/{documentId} — Retrieve Document Details-
querydocumentchecks— GET /document/{documentId}/checks — Retrieve Document Verification Check Details. -
querydocumentfull— GET /document/{documentId}/full — Retrieve Document and Scan Data queryentity— GET /entity/{entityId} — Retrieve Entity Details-
queryentitychecks— GET /entity/{entityId}/checks — Retrieve Entity Verication Check Details -
queryentityfull— GET /entity/{entityId}/full — Retrieve Entity Details and Document Scan Data
Inputs
apiKey— your frankiefinancial API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: querydocument
apiKey: <your key>