/
EN
endclose
/
End Close API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 17h ago
Details
Filter operations
get
List data streams
post
Create a data stream
get
Retrieve a data stream
delete
Delete a data stream
patch
Update a data stream
post
Reset a data stream
get
Get data stream ingestion health
get
Get a data stream operation
get
List property definitions
post
Create a property definition
get
Retrieve a property definition
delete
Delete a property definition
patch
Update a property definition
get
List records
post
Create a record
post
Bulk create records
get
Get bulk request status
post
Cancel a bulk request
post
Retry a bulk request
get
List file imports
get
List file imports
get
Retrieve a file import
get
List records for a file import
post
Cancel a file import
post
Retry a file import
get
Retrieve a record
delete
Delete a record
patch
Update a record
post
Mark a record as overdue
get
List reconciliations
post
Create a reconciliation
get
Retrieve a reconciliation
delete
Delete a reconciliation
patch
Update a reconciliation
get
List reconciliation rules
post
Create a reconciliation rule
get
Retrieve a reconciliation rule
delete
Delete a reconciliation rule
patch
Update a reconciliation rule
get
Get reconciliation agent status
get
List reconciliation stories
post
Create a reconciliation story
get
Retrieve a reconciliation story
delete
Delete a reconciliation story
patch
Update a reconciliation story
get
List reconciliation matches
post
Create a reconciliation match
get
Retrieve a reconciliation match
delete
Delete a reconciliation match
get
List reconciliation exceptions
post
Create a reconciliation exception
get
Retrieve a reconciliation exception
delete
Delete a reconciliation exception
patch
Update a reconciliation exception
get
List bank accounts
post
Create a bank account
get
Retrieve a bank account
delete
Delete a bank account
patch
Update a bank account
get
List bank account balances
post
Create or update a bank account balance
post
Bulk create or update bank account balances
get
List agents
post
Create an agent
get
Retrieve an agent
delete
Delete an agent
patch
Update an agent
get
List an agent's runs
post
Run an agent
get
Retrieve a run
Webhooks
post
record.reconciled
post
record.reconciliation_overdue
Create a property definition
post
/data_stream_property_definitions
Request body
RecordPropertyDefinition
required
id
integer
key
string
required
name
string
required
type
'number'
|
'date'
|
'datetime'
|
'string'
|
'boolean'
required
optional
boolean
data_stream_key
string
required
Must match an existing DataStream.key
Response
Property definition created
RecordPropertyDefinition
required
id
integer
key
string
required
name
string
required
type
'number'
|
'date'
|
'datetime'
|
'string'
|
'boolean'
required
optional
boolean
data_stream_key
string
required
Must match an existing DataStream.key
Changes