The "root" serves as an entry point to the API, providing your application with the ability to fetch and discover resources available based on the OAuth access_token
provided in the request.
GET https://api.dwolla.com/
GET https://api.dwolla.com/
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
...
{
"_links": {
"account": {
"href": "https://api.dwolla.com/accounts/d4a0876f-642e-478b-b684-bfb8632c5937",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "account"
}
}
}
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.