Docs
Get API Keys

Retrieve a label ledger entry #

This section outlines how to retrieve a Label Ledger entry by its unique identifier

HTTP request #

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

Request parameters

ParameterRequiredTypeDescription
idyesstringA Label Ledger entry unique identifier.

Request and response #

Raw
GET https://api-sandbox.dwolla.com/ledger-entries/32d68709-62dd-43d6-a6df-562f4baec526
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY

{
    "_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"
}
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.