Run in Apidog
Lists your SSL certificates. A package that has been bought but not requested yet is listed with requested false and an empty domain; use POST /certificates/{id}/request to request the actual certificate.
Request Add parameter in header API-key
Example: API-key: ********************
or
Request Code Samples
curl --location 'https://mijn.host/api/v2/certificates/?page=undefined&limit=undefined' \
--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" : {
"certificates" : [
{
"id" : 0 ,
"product_id" : 0 ,
"name" : "string" ,
"domain" : "string" ,
"end_date" : "string" ,
"requested" : true ,
"status" : "string" ,
"status_id" : 0
}
] ,
"pagination" : {
"page" : 0 ,
"limit" : 0 ,
"total" : 0 ,
"total_pages" : 0
}
}
}
Modified at 2026-08-20 12:45:15