Skip to main content
POST
/
user
/
preset-tutorial-seen
Mark preset tutorial as seen for the current user
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/user/preset-tutorial-seen \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Returns boolean

The response is of type boolean.