Get operator
GET/operators/:operatorId
Gets operator based on the id. Result can be Account or Independent Operator
IrisX customers can also access data connected to an Operator via the GraphQL API
Via the Public GraphQL API, you can utilize query capabilities to fetch data connected to an operator. Explore the GraphQL schema through our GraphQL Explorer following the 'operator' subgraph. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Returns the requested operator.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error