Skip to content

Get API Configuration

GET
/api/config

Get public configuration settings. Used by the extension to fetch cache TTL and revocation mode.

Public configuration

Public configuration

object
cacheTtlMs

Cache TTL in milliseconds (default: 1800000 = 30 minutes)

integer
revocationMode

Revocation check mode

string
Allowed values: ocsp crl off
Example
{
"cacheTtlMs": 1800000,
"revocationMode": "ocsp"
}