Asynchronous Operations
Last updated
Last updated
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.
This is an example of response from an asynchronous operation (Manual IP Renew in this case).
the field requestId
in the data
object can be used to retrieve the related operation
There is a lit of endpoints using asynchronous operations:
Manual IP Renew
Test
Sign In Model
Success