cURL
curl --request GET \ --url https://api.seamind.xyz/api/v1/ships/options \ --header 'Authorization: Bearer <token>'
[ { "value": "<string>", "label": "<string>" } ]
List ships as lightweight value/label pairs for filter dropdowns.
Returns all ships in the user’s organization, sorted alphabetically.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response