POST
Register a New Venture

Body

application/json

Request to register a new venture.

name
string
required

Response

Venture created; API key returned ONCE

Response returned once at creation. The plaintext api_key is shown exactly ONCE and cannot be retrieved later.

api_key
string
required

Plaintext API key — store it now; it cannot be retrieved again.

api_key_prefix
string
required
created_at
string<date-time>
required
id
string<uuid>
required
name
string
required
status
enum<string>
required

Whether a venture may authenticate and transact.

Available options:
ACTIVE,
DISABLED