Skip to main content

Overview

This endpoint allows developers to retrieve a list of all the applications they have created in Genuka. It is useful for:
  • Displaying all apps you have registered in your developer dashboard.
  • Fetching app identifiers (app_id) that can be used for update, delete, or detail requests.
  • Checking the current status of your apps (e.g., draft, pending review, approved, rejected).

Response

The response will return an array of applications, with each object containing details such as:
  • id – The unique identifier of the application.
  • name – The display name of the application.
  • description – A summary of what the application does.
  • status – The current review/approval state (draft, pending_review, approved, rejected, deleted).
  • created_at – Timestamp when the application was created.
  • updated_at – Timestamp of the last modification.

Example Response