curl --request PATCH \
--url https://api.wirespeed.co/team/onboarding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "SEE_DETECTIONS"
}
'{
"completed": true,
"items": [
{
"type": "CONNECT_INTEGRATION",
"status": "PENDING",
"completedAt": "<string>"
}
]
}curl --request PATCH \
--url https://api.wirespeed.co/team/onboarding \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "SEE_DETECTIONS"
}
'{
"completed": true,
"items": [
{
"type": "CONNECT_INTEGRATION",
"status": "PENDING",
"completedAt": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Only self-attested onboarding items can be marked complete. Derived items are resolved automatically and cannot be updated via this endpoint
SEE_DETECTIONS, REVIEW_VIP_USERS, REVIEW_CRITICAL_ENDPOINTS, REVIEW_CONTAINMENT