View all Node Subnets
Get Subnets
GET
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id/subnets
This endpoint allows you to get all subnets linked to a node.
Path Parameters
Name | Type | Description |
---|---|---|
user_id | string | ID of the user. |
string | ID of the node. |
Query Parameters
Name | Type | Description |
---|---|---|
per_page | integer | Maximum documents to return per page. Default and max allowed is |
page | integer | Page number of the paginated request. Default is |
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 user's device. |
X-SP-GATEWAY | string | Your Client ID and Secret, separated by a pipe. |
Example Request
Last updated