v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
Document Fields

List Document Fields

Return the list of fields for a particular document.

get/public/v1/documents/{id}/fields

Path parameters

idstring required

Document UUID.

Response

OK

Example response

{
  "fields": [
    {
      "type": "payment_details",
      "layout": {
        "position": {
          "anchor_point": "topleft"
        }
      }
    }
  ]
}