List all Applications in an Organization.

GET {{baseUrl}}/orgs/:orgId/apps

Listing or lists of all Applications that exist within a specific Organization.

RESPONSES

status: OK

[{"created_at":"2020-06-15T09:32:03Z","created_by":"a-user@example.com","envs":{"id":"development","name":"Development","type":"development"},"id":"my-app","name":"My Awesome App"}]