POST /tls/certificate/{certificate_id}/complete
Operation ID: CompleteCertificate
Complete an action-required TLS certificate order by binding it to an existing usable DigiCert organization and submitting the provider order.
tlsCertificateCompleteRequest
Status Type Description 200tlsCertificateResponseTLS certificate order completed 400ErrorInvalid request payload or stored CSR 401ErrorUnauthorized 404ErrorTLS certificate or referenced renewal source not found 409ErrorThe TLS certificate order cannot be completed in its current state 500ErrorUnexpected error 502ErrorUpstream TLS provider error
Field Type Required Description successbooleanyes Success indicator codeintegerno Response/Error Code responsetlsCertificateResponse no -
curl -X POST " https://api.regfish.com/tls/certificate/<certificate_id>/complete " \
-H " x-api-key: $REGFISH_API_KEY " \
-H " Content-Type: application/json " \
"org_id": "hdl_7K9QW3M2ZT8HJ"
Fill in values - the call below updates as you type. Nothing is sent: the API does not currently allow browser requests from this domain (CORS). The API key is not stored.