Update CSR for a pending reissue request
less than a minute
GET
Use this endpoint to update the CSR for a pending request of reissue type.https://www.digicert.com/services/v2/request/{{request_id}}/csr
Note
A404 error is returned if the request type is not reissue. To check the type of request, use the Request info endpoint.Example request and response
cURL
curl -X POST \
'https://www.digicert.com/services/v2/request/{{request_id}}/csr' \
-H 'Content-Type: application/json' \
-H 'X-DC-DEVKEY: {{api_key}}' \
-d '{
"csr": "<csr>"
}'
204 No Content
//empty
Request parameter
| Name | Type | Req/Opt | Description |
|---|---|---|---|
| csr | string | required | CSR to use for the certificate request. Note: The request type must be reissue. |
Was this page helpful?
Provide feedback