Dwolla

API / Users - Nearby

Nearby Users

Use this method to retrieve nearby Dwolla users within the range of the provided latitude and longitude.

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

URL

https://www.dwolla.com/oauth/rest/users/nearby

Tools

  Parameter Description Value
* client_id Your application's client ID
* client_secret Your application's client secret
* latitude Latitude coordinates. Latitude must be between -90.0 and 90.0.
* longitude Longitude coordinates. Longitude must be between -180.0 and 180.0.

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
* latitude Latitude coordinates. Latitude must be between -90.0 and 90.0.
* longitude Longitude coordinates. Longitude must be between -180.0 and 180.0.
GET https://www.dwolla.com/oauth/rest/users/nearby?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-734-7288","Latitude":40.708448,"Name":"Michael Schonfeld","Longitude":-74.014429,"Delta":114.72287700000001,"Image":"https://www.dwolla.com/avatars/812-734-7288"}]}

Error Codes