Get All Vessel Schedule Subscriptions - V1

You can search for all active vessel schedule subscriptions for your API user by invoking a GET action on the subscriptions end point with no parameters:

Endpoint

GET https://api.portconnect.io/v1/subscriptions-vessel-schedule

Example Response

[ { "subscriptionId": 85, "vessels": [], "wharfType": "Terminal", "eventTypeCodes": [ "VesselArrival", "VesselDeparture", "VesselCancelled", "VesselETAChanged", "VesselETDChanged", "ReceivalCommenceInlandChanged", "ReceivalCutOffInlandChanged", "ReceivalCommenceSeaportChanged", "ReceivalCutOffSeaportChanged" ], "webhookURI": "https://eokb5tjazk16r9b.m.pipedream.net", "webhookToken": "yoursecret", "emailAddressList": [ "me@test.com" ], "portCode": "NZAKL" }, { "subscriptionId": 88, "vessels": [], "wharfType": "Terminal", "eventTypeCodes": [ "VesselETAChanged", "VesselETDChanged" ], "webhookURI": "https://eokb5tjazk16r9b.m.pipedream.net", "webhookToken": "yoursecret", "emailAddressList": [ "" ], "portCode": "NZTRG" } ]

 

 

© PortConnect 2023