GET
/
account-flows
curl --request GET \
  --url https://api.gotrebol.com/account-flows \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "account_id": "<string>",
    "friendly_name": "<string>",
    "flow_items": {
      "id": "mx",
      "items": [
        {
          "type": "generic",
          "options": {
            "is_optional": true,
            "client_item_type": "property_deed"
          }
        }
      ],
      "options": {}
    },
    "record_validation_schema": {
      "version": "2",
      "requirements": {
        "doc_1": {
          "ui_options": {
            "label": "Constancia de Situación Fiscal",
            "description": "Documento que certifica que la empresa está al día con sus obligaciones fiscales.",
            "conditional_render": true,
            "conditional_render_label": "¿Los poderes del representante legal figuran en un acta de asamblea o poder notarial?"
          },
          "allowed_item_types": [
            "csf_mx"
          ],
          "validation_options": {
            "on_invalid_type_error": "invalidate"
          }
        }
      },
      "optional_requirements": {}
    },
    "country": "mx",
    "id_slug": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

200
application/json

Lista de flujos recuperada exitosamente

The response is of type object[].