v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-12308185.7 KB
operations

Get list of operations

Get paginated list of past operations, with the ability to filter based on various criteria.

Results ordered with newest operations first.

get/operations

Query parameters

domainstring[]
statusOperationStatus[]
typeOperationType[]
$cursorstring

The next.$cursor value from the previous page response

Response

@type'unstoppabledomains.com/partner.v3.CursorList' required

Example response

{
  "items": [
    {
      "id": "op-4abb409c-9283-4589-bd36-d27a757a2165",
      "domain": "matt.crypto",
      "lastUpdatedTimestamp": 1684356429790
    }
  ]
}