View ATMs
ATMs
GET
https://api.synapsefi.com/v3.1/nodes/atms
This endpoint allows you to get and view all the available ATMs around a location.
Query Parameters
Name
Type
Description
lat
number
Latitude of the location
lon
number
Longitude of the location
radius
integer
Radius of the geofence (miles)
NOTE: green_dot
does not support the use of radius
as a parameter
page
integer
Page number of the paginated request. Default is 1.
per_page
number
Number of objects to return per page. Default is 20.
atm_network_type
string
Type of atm network. Options: all_point
, money_pass
or green_dot
.
Headers
Name
Type
Description
X-SP-USER
string
Your OAuth key and device fingerprint, separated by a pipe.
X-SP-USER-IP
string
IP address of your device.
X-SP-GATEWAY
string
Your Client ID and Secret, separated by a pipe.
Example Request
Last updated