Account
Get My Account
Returns the LiveBy Account of the currently authenticated caller.
Get Account
Returns a LiveBy Account by account ID. Only accounts that the caller has access to (their own account or a descendant) can be retrieved.
List API Keys
Lists the API keys for the given account (`me`, or an id that is the caller's own account or a descendant of it).
Create API Key
Creates a new API key for the given account (`me`, or an id that is the caller's own account or a descendant of it).
Update API Key
Updates the name of an API key belonging to the given account.
Revoke API Key
Revokes (soft-deletes) an API key belonging to the given account. The key immediately stops working.