Skip to main content
GET
Check Financials Read-State Consistency

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

Query Parameters

scope
enum<string>
required

Which derived read models to check

Available options:
invoices,
balances,
earning
updatedAfter
string<date-time>

Only rows updated at or after this ISO 8601 timestamp

updatedBefore
string<date-time>

Only rows updated at or before this ISO 8601 timestamp

Response

The mismatch list for the scoped window

mismatches
object[]
required