callback
Overview
Name | callback |
Type | Resource |
Id | godaddy.certificates.callback |
Fields
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
certificate_callback_get | SELECT | certificate_id | This method is used to retrieve the registered callback url for a certificate. |
certificate_callback_delete | DELETE | certificate_id | Unregister the callback for a particular certificate. |
certificate_callback_replace | EXEC | callbackUrl, certificate_id | This method is used to register/replace url for callbacks for stateful actions relating to a certificate lifecycle. The callback url is a Webhook style pattern and will receive POST http requests with json body defined in the CertificateAction model definition for each certificate action. Only one callback URL is allowed to be registered for each certificateId, so it will replace a previous registration. |