Docs
Get API Keys

List label ledger entries #

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).

HTTP request #

GET https://api.dwolla.com/labels/{id}/ledger-entries

Request parameters #

ParameterRequiredTypeDescription
idyesstringThe Id of the Label for listing label ledger entries.
limitnointegerNumber of results to return. Defaults to 25.
offsetnointegerNumber of results to skip. Used for pagination.

Request and response #

Raw
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
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

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.