Skip to main content
GET
Get Ship

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ship_id
string<uuid>
required

Query Parameters

expand
boolean
default:false

Include enriched data (crew_count)

Response

Successful Response

Ship data transfer object - returned from repositories. Represents a ship as stored in the database.

id
string<uuid>
required
organization_id
string<uuid>
required
name
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
imo_number
string | null
mmsi_number
string | null
call_sign
string | null
flag_name
string | null
port_of_registry
string | null