Get an existing Application

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

Gets a specific Application in the specified Organization by ID.

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"}