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"
        }
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.