List certificate packages
Run in Apidog
Lists the SSL certificate packages that can be ordered, with the price per period and the contract periods each package supports. Use product_id and duration with POST /certificates/order.
Request Add parameter in header API-key
Example: API-key: ********************
or
Request Code Samples
curl --location 'https://mijn.host/api/v2/certificates/products' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json' Responses application/json
Generate Code
{
"status" : 0 ,
"status_description" : "string" ,
"data" : {
"products" : [
{
"product_id" : 0 ,
"name" : "string" ,
"price" : "string" ,
"duration_type" : "string" ,
"duration_options" : [
0
]
}
]
}
}
Modified at 2026-08-20 12:45:15