Skip to main content
GET
/
api
/
v1
/
crew
/
users
/
{user_id}
/
verification
Get Profile Verification
curl --request GET \
  --url https://api.example.com/api/v1/crew/users/{user_id}/verification \
  --header 'Authorization: Bearer <token>'
{
  "items": []
}

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[]