View Subnet
Subnet
GET
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id/subnets/:subnet_id
This endpoint allows you to get a specific subnet document.
Path Parameters
Name
Type
Description
subnet_id
string
ID of the subnet.
node_id
string
ID of the node.
user_id
string
ID of the user.
Query Parameters
Name
Type
Description
full_dehydrate
string
Set to YES
if you wish to receive all subnet PII in the response. Default is NO
.
Headers
Name
Type
Description
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