witsWITS
Docs

User Profile


Get profile

clientAPI.GET("/auth/info/", {})

Get All connected thirdparty integrations

clientAPI.GET("/auth/user/all-connections/")

Validate username before update

clientAPI.POST("/auth/user/check-username/", {
  body: {
    username: "",
  },
})

Update the username

clientAPI.POST("/auth/user/set-username/", {
  body: {
    username: "",
  },
})