Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Submit welcome wizard

POST/v1/private/welcome-wizardSubmit welcome wizard

Submit welcome wizard with user information

Request body

application/json
objectWelcomeWizardSubmission
emailstring · email

Optional user email

maxLength 255 · minLength 0

integrationsarray of string

List of integrations the user selected

Show child attributes
join_beta_programboolean

Whether user wants to join beta programs

rolestring

Optional user role

maxLength 100 · minLength 0

Example request
{
  "email": "user@example.com",
  "integrations": [
    "string"
  ],
  "join_beta_program": true,
  "role": "string"
}

Responses

204Welcome wizard submitted successfully
Documentation menu