v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB
onboarding

Get active onboarding questions for the specified scope

get/v1/onboarding/questions

Query parameters

scopestring required

Scope: 'user' or 'org'

limitinteger

Number of items (default 20, max 100)

offsetinteger

Offset for pagination (default 0)

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "data": {
    "items": [
      {
        "id": "onboarding_q1",
        "isRequired": true,
        "questionOrder": 1,
        "questionText": "What brings you to B3OS?",
        "questionType": "text"
      }
    ]
  },
  "message": "success",
  "requestId": "req_abc123"
}