GET
/
api
/
ledger
/
v2
/
_
/
exporters
List exporters
curl --request GET \
  --url http://localhost/api/ledger/v2/_/exporters
{
  "cursor": {
    "cursor": {
      "pageSize": 15,
      "hasMore": false,
      "previous": "YXVsdCBhbmQgYSBtYXhpbXVtIG1heF9yZXN1bHRzLol=",
      "next": "",
      "data": [
        {
          "driver": "<string>",
          "config": {},
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z"
        }
      ]
    },
    "data": [
      {
        "driver": "<string>",
        "config": {},
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z"
      }
    ]
  }
}

Response

Exporters list

cursor
object