Get microservice by identifier
GET/v1/organizations/:organization_id/microservices/:microservice_id
Returns a visible microservice for the target organization (designer or marketplace), with enabling status and enabled configuration when available.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Microservice retrieved successfully.
Invalid request parameters.
Not authorized or no access to the organization.
Microservice not found within the organization's authorized scope.
Internal server error.