Skip to main content
GET
Get a crew member's profile

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.

Path Parameters

crew_unique_id
string
required

Response

Successful Response

A crew member's profile.

employment_history and the identity details (date_of_birth, address, passport, visas) are filled only when your key has crew:profile:full:read and the crew member has agreed to share them. A null identity field means CrewPass doesn't hold that detail.

crew_unique_id
string
required
name
string | null
rank
string | null
nationality
string | null
languages
LanguageItem · object[] | null
skills
string[] | null
years_experience
string | null
bio
string | null
email
string | null
phone
string | null
country_code
string | null
profile_photo_url
string | null
employment_history
EmploymentHistoryItem · object[] | null
full_profile
boolean
default:false
date_of_birth
string | null
address
AddressBlock · object | null
passport
PassportBlock · object | null
visas
VisaItem · object[] | null