Get Organization By ID
GET/orgs/:id
Returns an organization by its ID. Make sure the user has the permissions to access the organization.
Request​
Responses​
- 200
- 403
- 404
- default
requested org found
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.