Atlas
Onboarding

Mark guided tour as completed

Records that the authenticated user has completed (or dismissed) the guided tour. Idempotent — calling multiple times is safe.

POST
/api/v1/onboarding/tour-complete

Response Body

application/json

application/json

application/json

application/json

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