Oore CI
ReferenceAPIOperationsSetup

Create local owner (local mode)

Creates the setup owner without OIDC when runtime mode is `local`.

Operation IDsetup_local_owner_create
POST
/v1/setup/local-owner/create

Creates 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"}