Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

success
boolean

Describes wether or not the operation was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"Operator connect refresh already in progress"