Axiomatic
Ledger

Process

Posting engine — process events into journal entries

Process events through the posting engine

POST
/api/process

Authorization

bearerAuth
AuthorizationBearer <token>

Create keys under Settings → API keys. Prefix ak_. Send as Authorization: Bearer ak_....

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://app.axiomatic.software/api/process" \  -H "Content-Type: application/json" \  -d '{    "entityId": "156e622c-6cdf-4c27-9bc9-2f2db69919f5"  }'
{
  "processed": 0,
  "skipped": 0,
  "alreadyProcessed": 0,
  "errored": 0
}
{
  "error": "string"
}
{
  "error": "string"
}