Skip to main content
GET
List the crew on your vessels

Authorizations

Authorization
string
header
required

Partner API key (cpk_live_* / cpk_test_*) as a Bearer token.

Headers

X-Partner-API-Key
string | null

Your API key, as an alternative to the Authorization: Bearer header.

Query Parameters

include_documents_expiring_within_days
integer
default:30
Required range: 0 <= x <= 730
cursor
string | null
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

One page of the crew on your vessels. Pass next_cursor back as cursor for the next page.

items
FleetCrewItem · object[]
required
expiring_within_days
integer
required
next_cursor
string | null