Domain Transfer Out Status Change
Webhook for outbound transfer status changes.
Authorizations
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.
Headers
HMAC signature for the request payload. See HMAC signing documentation for example code and detailed explanation of signing.
"djasfgafgflgsdfgdsfkhfhjas,12334782,1123-3423-4dss4-354"
Body
The request sent to your server when a domain transfer out status changes.
Payload for domain.transfer_out.status_change. completed means the domain left name.com. canceled means the outbound transfer is no longer pending at the registry.
The name of the subscription event.
domain.transfer_out.status_change The domain whose outbound transfer status changed. For completed, the domain has left name.com; for initiated and canceled, it remains on the losing account.
"example.com"
initiated (pending out started), completed (domain removed), or canceled (no longer pending at the registry).
initiated, completed, canceled "completed"
The registry client ID associated with the domain at the time of transfer out, when available. This can help identify the gaining registrar at the registry.
"NAMECOM-123"
Response
The subscribed server accepted the request.