Response
Exporters list
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"
}
]
}
}
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"
}
]
}
}
Exporters list
Show child attributes