get https://app.pennylane.com/api/external/v2/ledger_attachments
List attachments
This endpoint requires one of the following scopes:
ledger
Log in to see full request history
Responses
List attachments
This endpoint requires one of the following scopes:
ledger
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v2/ledger_attachments \
--header 'accept: application/json'
xxxxxxxxxx
12{
"total_pages": 5,
"current_page": 1,
"per_page": 20,
"total_items": 12,
"items": [
{
"id": 0,
"filename": "string"
}
]
}