Profile management endpoints
Confirm an update to a domain's on-chain records
The POST call can be used to complete the process of modifying a domain's on-chain records by submitting a signed transaction hash to confirm an operation. Authentication is required using domain owner signature.
post/user/{domain}/records/confirm
Path parameters
domainstring required
The domain name to update on-chain records
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
Request body
Response
Successful confirmation of domain record update. The domain records will be updated on the blockchain.
Example response
{
"type": "unstoppabledomains.com/partner.v3.OperationType"
}