Use this method to retrieve the account information for the user associated with the authorized access token.
URL
https://www.dwolla.com/oauth/rest/users/{account_identifier}
Tools
| Parameter | Description | Value | |
|---|---|---|---|
| * | client_id | Your application's client ID | |
| * | client_secret | Your application's client secret | |
| * | account_identifier | Dwolla account identifier or email address of the Dwolla account |
Request
Response
(click Submit to query the API)
Request
GET https://www.dwolla.com/oauth/rest/users/{account_identifier}?client_id={client_id}&client_secret={client_secret}
Response
| Param | Description |
|---|---|
| Success | Did the request succeed? |
| Message | |
| Response | JSON Object |
| Show Response Parameters | |
{"Success":true,"Message":"Success","Response":{"Id":"812-111-1111","Latitude":41.584546,"Longitude":-93.634167,"Name":"Test User"}}
Error Codes