Skip to main content
GET
List the authenticated user's vessel history

Authorizations

Authorization
string
header
required

OAuth 2.0 Authorization Code flow with PKCE. See the integration guide at docs.digitalseaservice.com for the full step-by-step.

Query Parameters

cursor
string | null

Opaque cursor from a prior response.

limit
integer | null

Page size; max 200.

Required range: 1 <= x <= 200

Response

Successful Response

Page of vessel periods for the authenticated user.

user_id
string
required
vessels
_VesselPeriod · object[]
required
record_updated_at
string<date-time>
required

Most-recently-updated crew-list record for the user. Same value across every page of a stable scan — drives the page-stable ETag.

next_cursor
string | null

Opaque cursor for the next page. null when the page is the last one.