# List All Applications List all applications regards to the user's API key Endpoint: GET /hub/apps Version: 2025-08-18T18:01:56Z Security: api_key ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.applications` (array) List of all applications - `result.applications.name` (string) Application name - `result.applications.client` (object) Client information - `result.applications.client.api-key` (string) MARCIE API key - `result.applications.create-date` (string) Create-data of application - `result.applications.id` (string) Application ID - `result.applications.count` (integer) Number of contents in the application