Authorization: Bearer ********************
{
"brand": "sectigo"
}
curl --location --request POST '/api/v1/pricing?_format=json' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand": "sectigo"
}'
{
"error": false,
"message": {
"message": {
"PositiveSSL": {
"maxYear": 5,
"warranty": "string",
"brand": "sectigo",
"singleSanAllowed": false,
"wildSanAllowed": false,
"defaultSingleSanNum": 0,
"defaultWildSanNum": 0,
"cert_name": "string",
"valildationtype": "dv",
"productcode": "string",
"basic_price": {
"one": 111,
"two": 111,
"three": 111,
"four": 111,
"five": 111
}
}
}
}
}