Authorization: Bearer ********************
curl --location --request PUT 'https://api.servebolt.io/v1/certificates//renewal' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 103,
"type": "certificateOrder",
"attributes": {
"customerId": 2004,
"sslId": 224,
"type": "SELF_SIGNED",
"status": "ACTIVE",
"domain": "domain.com",
"isWildcard": false,
"isLinkable": true,
"isUsed": false,
"domains": [
{
"id": 2473,
"name": "domain.com",
"boltId": 8944,
"environmentId": 1702
}
],
"autoRenew": false,
"dnsChallenges": [],
"expiresAt": "2025-05-10T12:58:16.000000Z"
}
}
}