Skip to main content
POST
/
documents
/
{document_id}
/
reconcile
Reconcile Document
curl --request POST \
  --url http://localhost:8000/documents/{document_id}/reconcile
{
  "document_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "reconciled_at": "2023-11-07T05:31:56Z"
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Path Parameters

document_id
string<uuid>
required

Cookies

factio_access_token
string | null

Response

Successful Response

document_id
string<uuid>
required
status
string
required
reconciled_at
string<date-time>
required