SmartMemory
POST
/auth/onboarding/start

Start hosted signup orchestration and return next step.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/auth/onboarding/start" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{
  "onboarding_id": "string",
  "status": "pending",
  "selected_tier": "free",
  "checkout_url": "string",
  "login_url": "string",
  "csrf_token": "string",
  "retry_available": false,
  "message": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}