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.
Body
Request to subscribe to a specific webhook notification
The list of configured webhooks you can subscribe to
account.credit.balance_change, domain.lock.status_change, domain.transfer.status_change The URL we will send the notification data to
"https://example.com"
If the webhook should be active. This allows a webhook to be deactivated in our system. It may be useful to deactivate a webhook if the server that receives the POST request is undergoing scheduled maintenance, for example.
Response
A successful response.