GET
/
api
/
v1
/
me
Get My Venture
curl --request GET \
  --url http://localhost:8080/api/v1/me
{
  "api_key_prefix": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Response

The authenticated venture

A venture row. api_key_hash is never serialized.

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
updated_at
string<date-time>
required