Skip to main content

Account

Manage Code App accounts. Retrieve the list of accounts or get details for a specific account.

This section exposes two read operations: List Accounts (GET /accounts), which returns a paginated collection that can be filtered by name, a generic q search term, and status (active or inactive), and Get Account (GET /accounts/{accountUuid}), which returns a single account by its UUID. Each account record includes its uuid, name, status (active, inactive, or deleted), and createdDt/updatedDt timestamps.

An account is the top-level scope for the rest of the Code App API: every list and every code is created and queried underneath an accountUuid, so retrieving the correct account UUID is typically the first step before working with lists or codes.