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.

Example of Response

This is an example of response from an asynchronous operation (Manual IP Renew in this case).

Retrieve an Operation with its ID

the field requestId in the data object can be used to retrieve the related operation

Endpoints Using Asynchronous Operations

There is a lit of endpoints using asynchronous operations:

  • Manual IP Renew

  • Test

Last updated