Atlas
Onboarding

Reset guided tour so it can be replayed

Clears the tour completion timestamp for the authenticated user, allowing the guided tour to be triggered again.

POST
/api/v1/onboarding/tour-reset

Response Body

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/onboarding/tour-reset"
{
  "tourCompleted": true,
  "tourCompletedAt": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}