v2

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

Pending Operations for a domain

Unlike the operation list route, this endpoint will return a minimal representation of pending operations for a domain across all activity for a given domain.

Since we only allow a single concurrent operation for a domain (across all accounts), this endpoint should be checked before attempting any domain operations. This is particularly important for self-custody domains, as any account (or even the owner themself) can initiate operations.

get/domains/{name}/pending-operations

Path parameters

namestring required

Response

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

Example response

{
  "items": [
    {
      "id": "op-4abb409c-9283-4589-bd36-d27a757a2165"
    }
  ]
}