Skip to main content
POST
/
fennoa-connections
/
{connection_id}
/
sync
Trigger a Fennoa sync
curl --request POST \
  --url https://api.app.lastaccountingcompany.com/portal/fennoa-connections/{connection_id}/sync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "<string>",
  "date_from": "<string>",
  "date_to": "<string>",
  "backfill": true
}
'
{
  "customer_id": "<string>",
  "result": {}
}

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Path Parameters

connection_id
string
required

Body

application/json

Options for a provider sync.

customer_id
string

Target company. Optional for API keys.

date_from
string

Start of the sync window, YYYY-MM-DD.

date_to
string

End of the sync window, YYYY-MM-DD.

backfill
boolean

Pull the full available history.

Response

Sync result.

Result of a provider sync run.

customer_id
string
result
object