Fetch a document review with its full revision history.
curl https://api.geldstuck.com/v1/document-review/dr_01HX3ZQ... \
-H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
-H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{
"id": "dr_01HX3ZQ...",
"status": "approved",
"revisions": [
{ "action": "submit", "at": "2026-04-22T12:30:00.000Z" },
{ "action": "approve", "at": "2026-04-22T12:48:00.000Z", "reviewer": "usr_ops_...", "note": "Signature matches records." }
]
}
submit, approve, reject, request_revision) in the revisions[] array.
curl https://api.geldstuck.com/v1/document-review/dr_01HX3ZQ... \
-H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
-H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{
"id": "dr_01HX3ZQ...",
"status": "approved",
"revisions": [
{ "action": "submit", "at": "2026-04-22T12:30:00.000Z" },
{ "action": "approve", "at": "2026-04-22T12:48:00.000Z", "reviewer": "usr_ops_...", "note": "Signature matches records." }
]
}
curl https://api.geldstuck.com/v1/document-review/dr_01HX3ZQ... \
-H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \
-H "x-api-secret: $GELDSTUCK_SECRET_KEY"
{
"id": "dr_01HX3ZQ...",
"status": "approved",
"revisions": [
{ "action": "submit", "at": "2026-04-22T12:30:00.000Z" },
{ "action": "approve", "at": "2026-04-22T12:48:00.000Z", "reviewer": "usr_ops_...", "note": "Signature matches records." }
]
}