Skip to main content
GET
/
certificates
/
stats
Get Certificate Stats
curl --request GET \
  --url https://api.tenbyte.com/v1/certificates/stats \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "active": 1,
    "provisioning": 1,
    "suspended": 1
  },
  "message": "Certificate stats fetched successfully.",
  "success": true
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json
data
object
required
message
string
required
success
boolean
required