Skip to main content

Fetches all registered apps in the project.

GET /api/v1/projects/:project_id/apps

Fetches all registered apps in the project.

Path Parameters
  • project_id string required

    Project ID

Responses

Success" { "ok": 1, "data": { "projectApps": []S.ProjectAppOut }}

Schema
    Loading...