curl --request GET \
--url https://api.wirespeed.co/team/onboarding \
--header 'Authorization: Bearer <token>'{
"completed": true,
"items": [
{
"type": "CONNECT_INTEGRATION",
"status": "PENDING",
"completedAt": "<string>"
}
]
}curl --request GET \
--url https://api.wirespeed.co/team/onboarding \
--header 'Authorization: Bearer <token>'{
"completed": true,
"items": [
{
"type": "CONNECT_INTEGRATION",
"status": "PENDING",
"completedAt": "<string>"
}
]
}