GET /api/v1/watchlist
Requires API key.
POST /api/v1/watchlist
Requires API key.
If you set a
category_id without providing notify_on, the vessel inherits the category’s default_notify_on list.
Default notify_on events
Example
PATCH /api/v1/watchlist
Requires API key.
Example
DELETE /api/v1/watchlist
Requires API key.
Example
Categories
Organize watched vessels into groups. Categories support nesting and carry default notification settings that propagate to any vessel added without an explicitnotify_on list.
GET /api/v1/watchlist/categories
Requires API key.
POST /api/v1/watchlist/categories
Requires API key.
Example
PATCH /api/v1/watchlist/categories
Requires API key.
id in the request body.
Example
DELETE /api/v1/watchlist/categories
Requires API key.
category_id cleared. Child categories are un-nested.
Parameters
Example
Bulk operations
Add or modify up to 100 vessels at once.POST /api/v1/watchlist/bulk
Requires API key.
Example
PATCH /api/v1/watchlist/bulk
Requires API key.
Example