← Back to all docs
silverfin

Silverfin API

Silverfin is an accounting and engagement platform used by firms to centralize client financial data, standardize working papers, and manage period-end workflows and compliance. An unofficial API lets you pull clients, engagements, periods, charts of accounts, trial balances and trans

By Alex KlarfeldJanuary 26, 2026
Silverfin API

What is Silverfin?

Silverfin is a cloud platform for accounting firms that unifies client ledger data, period management, and working papers into standardized, collaborative workflows. Firms use Silverfin to sync trial balances and charts of accounts from underlying ledgers, perform reconciliations, create and approve adjustments, manage checklists and sign-offs, compile financial statements and regulatory reports, and collaborate with clients and internal teams—all within an audit- and compliance-friendly environment.

Core product areas include:

  • Data Hub & Ledger Connectivity (chart of accounts, trial balances, transactions, mappings)
  • Working Papers & Engagement Management (periods, checklists, tasks, sign-offs, references)
  • Adjustments & Reconciliations (journal entries, reclassifications, accruals/deferrals)
  • Compliance & Reporting (financial statements, notes, tax/VAT workflows, templates)
  • Collaboration (comments, annotations, request lists, document management)
  • Analytics & Insights (variance analysis, consolidation, KPI dashboards)

Common data entities:

  • Firms, Users, Roles/Permissions (partner, manager, staff, client contact)
  • Clients (metadata, industries, ledger systems, jurisdictions)
  • Engagements (file types such as audit, review, compilation) and Periods (monthly/quarterly/year-end)
  • Chart of Accounts and Account Groups (mapping to reporting frameworks)
  • Trial Balances (unadjusted/adjusted, currency, materiality, assertions)
  • Journal Entries/Adjustments (type, lines, references, approvals)
  • Working Papers (templates, sections, statuses, sign-offs, checklists)
  • Documents & Evidence (attachments, links, versioning)
  • Tasks, Notes, Comments (workflow tracking, collaboration)

The Silverfin Integration Challenge

Accounting firms rely on Silverfin day-to-day, but turning portal-first workflows into API-driven automation introduces complexity:

  • Role-aware access: Staff roles, manager/partner approvals, and client visibility differ across modules
  • Period-centric data: Trial balances, adjustments, and working papers are scoped by engagement and period
  • Template-driven working papers: Custom firm templates and mappings require normalized responses
  • Ledger variance: Data ingested from different GLs (Xero, QuickBooks, Sage, Exact) must be harmonized
  • Authentication complexity: SSO/MFA and session lifecycles complicate headless automation
  • Audit lineage: Evidence, references, and sign-offs must retain context and time-stamped trails

How Supergood Creates Silverfin APIs

Supergood reverse-engineers authenticated browser flows and network interactions to deliver a resilient API endpoint layer for your Silverfin tenant.

  • Handles username/password, SSO/OAuth, and MFA (SMS, email, TOTP) securely
  • Maintains session continuity with automated refresh and change detection
  • Normalizes responses so you can integrate once and rely on consistent objects across clients, periods, and working papers
  • Aligns with firm entitlements and role-based permissions to ensure compliant access

Getting Started

  • Schedule Integration Assessment

Book a 30-minute session to confirm your modules, licensing, and authentication model.

  • Supergood Builds and Validates Your API

We deliver a hardened Silverfin adapter tailored to your workflows and entitlements.

  • Deploy with Monitoring

Go live with continuous monitoring and automatic adjustments as Silverfin evolves.

API Endpoints

Authentication

POST/sessions

Establish a session using credentials. Supergood manages MFA (SMS, email, TOTP) and SSO/OAuth when enabled. Returns a short-lived auth token maintained by the platform.

Authentication

POST/sessions/refresh

Refresh an existing token to keep sessions uninterrupted.

Clients

GET/clients

List clients with filters and summary details.

Trial Balance

GET/clients/{clientId}/periods/{periodId}/trial-balance

Retrieve trial balance lines with mappings and adjustment context.

Adjustments

POST/clients/{clientId}/periods/{periodId}/adjustments

Create an audit adjustment (journal entry) with multiple lines and approval metadata.

Working Papers

PATCH/working-papers/{workingPaperId}

Update working paper status, add sign-offs, and append notes.

Use Cases

Client & Engagement Data Sync

- Mirror clients, engagements, and periods into your internal systems - Keep firm-wide charts of accounts and trial balances current for analytics - Standardize metadata (industries, currencies, tax jurisdictions) for multi-tenant operations

Trial Balance & Adjustment Automation

- Pull unadjusted and adjusted trial balances with account groups and mappings - Post proposed audit adjustments (reclassifications, accruals/deferrals) from your product - Track approval status and reconcile back to ledger systems (e.g., Xero, QuickBooks, Sage, Exact Online)

Working Papers, Checklists, and Evidence

- Ingest checklists, tasks, and sign-offs into your orchestration tools - Attach documents, tie-outs, and references programmatically - Drive completion status and SLA alerts while retaining audit-ready logs

AI-Assisted Audit

- Run anomaly detection, risk scoring, and materiality analysis on normalized trial balance and transaction feeds - Automate sample selection and stratification for tests of details - Generate narratives and suggested procedures from templates, escalate exceptions to managers

Compliance & Reporting

- Populate statement notes, tax/VAT workflows, and regulatory reports - Map accounts to IFRS/GAAP groupings consistently across clients - Deliver consolidated dashboards and audit status to stakeholders

Technical Specifications

Authentication

Username/password with MFA (SMS, email, TOTP) and SSO/OAuth where enabled; supports service accounts or firm-managed credentials

Response format

JSON with consistent resource schemas and pagination across modules

Rate limits

Tuned for enterprise throughput while honoring firm entitlements and usage controls

Session management

Automatic reauth and cookie/session rotation with health checks

Data freshness

Near real-time retrieval of clients, periods, trial balances, working papers, and adjustments

Security

Encrypted transport, scoped tokens, and audit logging; respects Silverfin role-based permissions

Webhooks

Optional asynchronous delivery for long-running workflows (e.g., approvals, working paper status changes)

Latency

Sub-second responses for list/detail queries under normal load

Throughput

Designed for high-volume client and trial balance sync with adjustment posting

Reliability

Retry logic, backoff, and idempotency keys minimize duplicate actions

Adaptation

Continuous monitoring for UI/API changes with rapid adapter updates

Frequently asked questions

Supergood supports workflows across commonly used modules such as Data Hub (trial balances, chart of accounts), Working Papers (checklists, tasks, sign-offs), Adjustments (journal entries), and Compliance/Reporting (templates, statements), subject to your licensing and entitlements. We scope coverage during integration assessment.

We support username/password + MFA (SMS, email, TOTP) and can operate behind SSO/OAuth when enabled. Sessions are refreshed automatically with secure challenge handling.

Yes. We can normalize adjustments and journal lines to match your ERP/accounting schema (e.g., account codes, tax handling) and deliver updates via webhooks or polling while complying with rate and permission constraints. We commonly integrate with Xero, QuickBooks Online, Sage, and Exact Online.

Yes. We support uploading attachments via signed uploads with checksum validation and time-limited URLs, updating sign-off states for roles (prepared by, reviewed by, partner), and retaining timestamps for audit trails.

By standardizing client, period, and trial balance data, you can run anomaly detection, risk scoring, and materiality logic; auto-generate sample selections; draft narratives and controls testing steps; and flag high-risk accounts for manager review.

Ready to get a real API?