List organization's microservices
GET/v1/organizations/:organization_id/microservices
Returns a paginated list of visible microservices for the target organization (own or delegated per caller's permissions), enriched with the enablement status and its associated configuration when existent. Enablement resolution is strictly done with the organization_id sent in the path.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Microservices retrieved successfully.
Invalid request parameters.
Not authorized or no access to the organization.
Requested resource not found within the organization's authorized scope.
Internal server error.