ReferenceAPIOperationsSetup
Create local owner (local mode)
Creates the setup owner without OIDC when runtime mode is `local`.
Operation ID
setup_local_owner_createCreates the setup owner without OIDC when runtime mode is local.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/setup/local-owner/create" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'{ "owner_email": "string", "session_expires_at": 0, "state": "uninitialized"}