Operators
Retrieves a list of all available operators
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Responses
200
List of all operators
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/operators/listAllRetrieves detailed information about a specific operator
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Path parameters
operatorIdstringRequiredExample:
P1U2GgteHXggxS82Br9N9w93N6m1::e1dc75db-2c15-4814-a375-849714079fc6Responses
200
Operator information
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/operators/{operatorId}/infoRetrieves a random operator ID
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Responses
200
Random operator ID
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/operators/randomRetrieves information about all operators and total browser count
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Responses
200
Operators information and browser count
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/v1/operators/infoLast updated