Atlas
Onboarding

Get guided tour completion status

Returns whether the authenticated user has completed the guided tour. Used on app load to decide whether to auto-start the tour.

GET
/api/v1/onboarding/tour-status

Response Body

application/json

application/json

application/json

application/json

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