Path Parameters
The exporter id
Response
Exporter information
curl --request GET \
--url http://localhost/api/ledger/v2/_/exporters/{exporterID}
{
"data": {
"driver": "<string>",
"config": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
curl --request GET \
--url http://localhost/api/ledger/v2/_/exporters/{exporterID}
{
"data": {
"driver": "<string>",
"config": {},
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
}
The exporter id
Exporter information
Show child attributes