View all Subnet Shipments
Shipments
GET
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id/subnets/:subnet_id/ship
This endpoint allows you to get all shipments linked to a subnet.
Path Parameters
Name | Type | Description |
---|---|---|
subnet_id | string | ID of Subnet. |
node_id | string | ID of Node. |
user_id | string | ID of User. |
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