ApiOnboarding
Get onboarding status
Returns whether onboarding is required and the status of each configuration step.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Cookie Parameters
access_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/settings/onboarding-status"{
"onboarding_required": true,
"steps": {
"property1": {
"configured": true,
"required": true
},
"property2": {
"configured": true,
"required": true
}
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}