Authorization: Bearer ********************
{
"data": {
"attributes": {
"type": "SELF_SIGNED",
"isWildcard": false,
"domainId": 2473
}
}
}
curl --location --request POST 'https://api.servebolt.io/v1/certificates/order' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"attributes": {
"type": "SELF_SIGNED",
"isWildcard": false,
"domainId": 2473
}
}
}'
{
"data": {
"id": 103,
"type": "certificateOrder",
"attributes": {
"customerId": 2004,
"sslId": null,
"type": "SELF_SIGNED",
"status": "DRAFT",
"domain": "domain.com",
"isWildcard": false,
"isLinkable": true,
"isUsed": false,
"domains": [
{
"id": 2473,
"name": "domain.com",
"boltId": 8944,
"environmentId": 1702
}
],
"autoRenew": true,
"dnsChallenges": [],
"expiresAt": null
}
}
}