Axiomatic

Process

Posting engine — process events into journal entries

Process events through the posting engine

POST
/api/process
x-api-key<token>

API key for programmatic access

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.us/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"
}