View Node
Node
GET
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id
This endpoint allows you to get a specific node document.
Path Parameters
node_id
string
ID of the node.
user_id
string
ID of the user.
Query Parameters
tx_date_end
string
If performing force refresh this param can be used to specify the date range of transactions that should be pulled. Format: %Y-%m-%d
.
tx_date_start
string
If performing force refresh this param can be used to specify the date range of transactions that should be pulled. Format: %Y-%m-%d
.
force_refresh
string
Set to YES
if you wish to refresh the ACH-US bank data. Only works for ACH accounts linked using Account Aggregation. Default is NO
.
full_dehydrate
string
Set to YES
if you wish to receive all node PII in the response. Default is NO
.
Headers
X-SP-USER
string
User's 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