Skip to main content
POST
Create valuation

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Body

application/json
valuation
object
required
upsert
boolean

Response-status signal only. When true and a same-account same-date valuation exists before the request, the endpoint returns 200 OK instead of 201 Created. The underlying reconciliation write path is unchanged; this flag does not add duplicate-prevention or safe-retry guarantees beyond existing same-date reconciliation behavior.

Response

existing valuation upserted

id
string<uuid>
required
date
string<date>
required
amount
string
required
currency
string
required
kind
string
required
account
object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
notes
string | null