Dwolla

API / Users - Basic Information

Basic Information

Use this method to retrieve the account information for the user associated with the authorized access token.

HTTP Method: GET Scope Required: '(none)'   Requires Authentication: NO

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)
Grab our official library »

	

Request

  Param Description
* client_id Consumer key for the application  
* client_secret Consumer secret for the application
* account_identifier Dwolla account identifier or email address of the Dwolla account
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