Sent when a domain lock is added or removed, which may restrict or lift normal operations. This event is triggered automatically whenever covered lock types (e.g., compliance or verification holds) are added or removed. A webhook payload is delivered to the subscribed endpoint, providing details about the domain and its updated status.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
HMAC signature for the request payload. See HMAC signing documentation for example code and detailed explanation of signing.
"djasfgafgflgsdfgdsfkhfhjas,12334782,1123-3423-4dss4-354"
domain.lock.status_change Fully-qualified domain name
"example.org"
added, removed The lock type affected by this event (added or removed)
RegistrarLock, TransferLock, AccountLock, ClientHold, VerificationClientHold, VerificationHold, PrivacyLock, ExpirationClientHold Current registry statuses after the change
[
"clientHold",
"clientTransferProhibited",
"clientUpdateProhibited"
]The subscribed server accepted the request.