Skip to main content
GET
Get Profile Verification

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string<uuid>
required

Response

Successful Response

The computed profile rollup + the per-item states behind it.

state
enum<string>
required

Rolled-up profile state, framed by whose turn it is.

Available options:
incomplete,
in_review,
action_needed,
approved
items
CrewVerificationResponseDTO · object[]