Documentation Index
Fetch the complete documentation index at: https://docs.clarivo.co/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 JWT bearer tokens. Tokens are validated at API Gateway via a
Lambda Authorizer that verifies signature against the issuer's JWKS,
checks iss, aud, exp, nbf, and the tenant_id custom claim.
Granular scopes are required per operation.
Four-digit GL account code (e.g. 1100 for Principal Receivable)
^[0-9]{4}$ISO 4217 three-letter currency code.
3^[A-Z]{3}$"USD"
"MXN"
"EUR"
SETTLED, PENDING, ENCUMBRANCE Point-in-time balance; defaults to now.
Account balance
Four-digit GL account code.
^[0-9]{4}$"1000"
"1100"
"1200"
ISO 4217 three-letter currency code.
3^[A-Z]{3}$"USD"
"MXN"
"EUR"
SETTLED, PENDING, ENCUMBRANCE Non-negative integer amount in the currency's minor unit, serialized as a string to preserve precision (JS numbers cannot safely represent values above 2^53). BIGINT on the wire, BIGINT in the database.
1 - 19^(0|[1-9][0-9]{0,18})$"88849"
"10000000"
Non-negative integer amount in the currency's minor unit, serialized as a string to preserve precision (JS numbers cannot safely represent values above 2^53). BIGINT on the wire, BIGINT in the database.
1 - 19^(0|[1-9][0-9]{0,18})$"88849"
"10000000"
Non-negative integer amount in the currency's minor unit, serialized as a string to preserve precision (JS numbers cannot safely represent values above 2^53). BIGINT on the wire, BIGINT in the database.
1 - 19^(0|[1-9][0-9]{0,18})$"88849"
"10000000"