This section outlines how to list the history of Label entries. Label ledger entries are sorted by created date in descending order (most recent first).
GET https://api.dwolla.com/labels/{id}/ledger-entries
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | The Id of the Label for listing label ledger entries. |
limit | no | integer | Number of results to return. Defaults to 25. |
offset | no | integer | Number of results to skip. Used for pagination. |
GET https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc/ledger-entries
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc/ledger-entries",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ledger-entry"
},
"first": {
"href": "https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc/ledger-entries?limit=25&offset=0",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ledger-entry"
},
"last": {
"href": "https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc/ledger-entries?limit=25&offset=0",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ledger-entry"
}
},
"_embedded": {
"ledger-entries": [
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/ledger-entries/32d68709-62dd-43d6-a6df-562f4baec526",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ledger-entry"
},
"label": {
"href": "https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "label"
}
},
"id": "32d68709-62dd-43d6-a6df-562f4baec526",
"amount": {
"value": "-5.00",
"currency": "USD"
},
"created": "2019-05-16T01:54:58.062Z"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/ledger-entries/b71ccd39-6b03-4f16-aff0-1ae29eeadaa8",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "ledger-entry"
},
"label": {
"href": "https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "label"
}
},
"id": "b71ccd39-6b03-4f16-aff0-1ae29eeadaa8",
"amount": {
"value": "10.00",
"currency": "USD"
},
"created": "2019-05-15T22:19:09.635Z"
}
]
},
"total": 2
}
All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.