Retrieve an installed application
GET/v1/organizations/:organization_id/installed-apps/:installed_app_id
Returns details of the requested installed application within the scope of an organization.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Installed application details retrieved successfully.
Invalid request parameters.
Not authorized or organization not accessible.
Installed application not found within the scope of the authorized organization.
Internal server error.