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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
account_id
activity_data
Any JSON structure is allowed.
update_schema
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_aid
Unique Finic account ID.