LISTMANAGER method allows you to update your list of vessels, used in VesselsList method.
https://api.vtexplorer.com/listmanager
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| userkey | yes | text | - | Your personal API key |
| imo | yes* | list of integers | - | List of IMO numbers (comma separated)** |
| mmsi | yes* | list of integers | - | List of MMSI numbers (comma separated)** |
(*) not required in GET method
(**) Vessels may be specified by list of IMO or MMSI numbers or both
| Method | Description |
|---|---|
| GET | Get your current list of vessels’ IMO / MMSI numbers |
| POST | Add new vessel(s) to the list |
| PUT | Replace all vessels in your list |
| DELETE | Delete vessel(s) from your list |
GET
https://api.vtexplorer.com/listmanager?userkey=AABBCCDD
POST
https://api.vtexplorer.com/listmanager
POST data (Request body) "userkey=AABBCCDD&imo=IMO1,IMO2,IMO3,IMO4&mmsi=MMSI1,MMSI2,MMSI3"
PUT
https://api.vtexplorer.com/listmanager
PUT data (Request body) "userkey=AABBCCDD&imo=IMO1,IMO2,IMO3,IMO4&mmsi=MMSI1,MMSI2,MMSI3"
DELETE
https://api.vtexplorer.com/listmanager?userkey=AABBCCDD&imo=IMO1,IMO2,IMO3,IMO4&mmsi=MMSI1,MMSI2,MMSI3