Joiin

v0.0.0

📘

Check out the API docs here for more information.

Set up


Source

To get set up with the Joiin connector, you will need an API Key .

You can generate API key by following the steps:

  1. Log in to the Joiin app.
  2. Go to the Account settings
  3. Switch to the API Access tab
  4. Click generate key

You may need to wait a few minutes before the API key is active.

Extract Configuration


  • Provide the Company names you want to extract data for.
  • Separate multiple company names with commas (,) in the extract configuration.
  • For custom reports, you must also include a valid customReportId.

🔹

Note

While the extract configuration accepts dates in YYYY-MM-DD format, the Joiin API only supports YYYY-MM format. The day portion (DD) will be ignored, and only the year and month will be used in the request.

Features


FeatureSupportedNotes
BackfillNot supported – each extract is for a specific time period only
IncrementalNot supported – no incremental cursor or tokens
Date Filtering⚠️ PartialSupported via startDate and endDate fields in extract payload

Reports


Report NameNotes
Consolidated Trial BalanceFull trial balance by company/date
Consolidated Profit and LossP&L (income/expenses) breakdown
Consolidated Balance SheetAssets, liabilities, and equity
Consolidated CashflowCash flow summary
Consolidated Custom ReportRequires customReportId in extract payload

Limitations


🚧

Limitations

  • Joiin returns a single-row consolidated report per request.
  • No support for paginated or multi-row incremental exports.
  • Cannot backfill over historical periods automatically — must define start and end dates explicitly.