Onboarding
sfp server API reference for Onboarding: 1 endpoint.
GET
/sfp/api/onboarding/status/{identifier}Returns computed onboarding status including step completion, feature group readiness, and overall stage (onboarding vs dashboard).
Authorization
access-token AuthorizationBearer <token>
In: header
Path Parameters
identifier*string
Project identifier (e.g. flxbl-io/sf-core or org/project/repo for Azure DevOps)
Response Body
application/json
curl -X GET "https://example.com/sfp/api/onboarding/status/flxbl-io/sf-core"{ "stage": "onboarding", "steps": { "appIntegration": true, "devHub": true, "preflight": true, "configureWebhooks": true, "hasOrg": true }, "features": {}, "anyFeatureActive": true, "allFeaturesActive": true, "isPreflightCompleted": true}