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
- 200
Success" { "ok": 1, "data": { "projectApps": []S.ProjectAppOut }}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...