Skip to main content
POST
/
v1
/
team
/
onboarding
/
dismiss
Dismiss the onboarding checklist from the homepage
curl --request POST \
  --url https://api.wirespeed.co/v1/team/onboarding/dismiss \
  --header 'Authorization: Bearer <token>'
{
  "completed": true,
  "items": [
    {
      "completedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

completed
boolean
required
items
object[]
required