Skip to main content
GET
/
api
/
onboarding
/
status
Get onboarding status
curl --request GET \
  --url http://localhost:8080/api/onboarding/status \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "profile": {},
    "missing": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Current onboarding profile and missing steps

success
boolean
data
object