v1
latestSwagger 2.02026-07-132946124.7 KBv1
Register of certificate action callback
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.
put/v1/certificates/{certificateId}/callback
Path parameters
certificateIdstring required
Certificate id to register/replace for callback
Query parameters
callbackUrlstring required
Callback url registered/replaced to receive stateful actions
Response
Callback replaced/registered