Get a specific organization by ID
GET/platform/solutions/api/v1/orgs/{orgId}
Retrieve detailed information of an organization by its unique identifier.
Parameters
orgId(Guid, required): unique identifier of the organization.
Responses
200 OK: returns the organization details.404 Not Found: no organization found with the given ID.
Security
- This API requires authentication.