This section outlines how to retrieve a label by its unique identifier.
GET https://api.dwolla.com/labels/{id}
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | A Label's unique identifier. |
GET https://api-sandbox.dwolla.com/labels/7e042ffe-e25e-40d2-b86e-748b98845ecc
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",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "label"
},
"update": {
"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"
},
"ledger-entries": {
"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"
},
"customer": {
"href": "https://api-sandbox.dwolla.com/customers/315a9456-3750-44bf-8b41-487b10d1d4bb",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "customer"
}
},
"id": "7e042ffe-e25e-40d2-b86e-748b98845ecc",
"created": "2019-05-15T22:19:09.635Z",
"amount": {
"value": "10.00",
"currency": "USD"
}
}
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.