View Shipment
Shipment
GET
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id/subnets/:subnet_id/ship/:ship_id
This endpoint allows you to get a specific shipment.
Path Parameters
Name | Type | Description |
---|---|---|
ship_id | string | ID of the shipment. |
subnet_id | string | ID of the subnet. |
node_id | string | ID of the node. |
user_id | string | ID of the user. |
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