Links
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.

Example of Response

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.

Retrieve an Operation with its ID

the field requestId in the data object can be used to retrieve the related operation
post
/v2/Authentication/SignIn
Login and Get Authentication JWT token

Endpoints Using Asynchronous Operations

There is a lit of endpoints using asynchronous operations:
  • Manual IP Renew
  • Test