Polarity API Docs
  1. Onboarding Routes
Polarity API Docs
  • Auth Routes
    • Signup
      POST
    • Login
      POST
    • Get Current User (Protected Routes Access)
      GET
    • Token Expiry Refresh
      POST
    • Logout
      POST
  • Onboarding Routes
    • Onboarding Status
      GET
    • Update User Onboarding Data Per Step
      POST
    • Onboarding Completed
      GET
    • Reset Onboarding
      GET
  1. Onboarding Routes

Reset Onboarding

Developing
GET
/onboarding/reset
Reset onboarding progress for the user, for testing/if user wants to restart.
1.
JWT auth
2.
set completed to False, step to 0
3.
Can reset all user data fields (optional)
Frontend:
Restart Onboarding option --> call endpoint
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/onboarding/reset'
Response Response Example
{}

Request

None

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2025-06-20 16:18:05
Previous
Onboarding Completed
Built with