Send a single activity

Creates or updates an activity record in Finic’s system. The schema of activity_data can be any valid JSON. If different from the recorded schema for the Finic tenant, set update_schema=true or the API returns an error.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
account_idstringRequired
activity_datamap from strings to anyRequired

Any JSON structure is allowed.

update_schemabooleanOptional

If true, the activity schema for your account will be updated to match the schema of the data in the activity_data object

Response

OK

finic_aidstringOptional

Unique Finic account ID.