Profile management endpoints
Retrieves pending on-chain record management operations
Retrieves a list of pending on-chain record operations for this domain. Authentication is required using domain owner signature.
get/user/{domain}/records/manage
Path parameters
domainstring required
The domain name to retrieve pending operations
Headers
x-auth-domainstring required
The domain to authorize
x-auth-expiresstring required
The expiration time of the signature
x-auth-signaturestring required
The signature generating using domain owner private key
Response
List of pending on-chain operations
Example response
{
"type": "unstoppabledomains.com/partner.v3.OperationType"
}