Create operator
POST/operators
Creates a new operator, the payload is optional.
IrisX customers can also access data connected to Operator via the GraphQL API
Via the Public GraphQL API, you can perform mutations to modify data associated with an operator. Explore the GraphQL schema through our GraphQL Explorer following the mutation 'operatorCreate'. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A newly created operator
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error