Comment on page
Asynchronous Operations
Some operations in our API are executed asynchronously, which means that you will not have to wait for the operation to finish.
In exchange, you will get a request ID that will allow you to consult the status of the operation via the call of another endpoint.
the field
requestId
in the data
object can be used to retrieve the related operation.the field
requestId
in the data
object can be used to retrieve the related operationpost
/v2/Authentication/SignIn
Login and Get Authentication JWT token
There is a lit of endpoints using asynchronous operations:
- Manual IP Renew
- Test
Last modified 2yr ago