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: |
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: |
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