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.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented