Get API Configuration
GET
/api/config
Get public configuration settings. Used by the extension to fetch cache TTL and revocation mode.
Responses
Section titled “ Responses ”Public configuration
Public configuration
object
cacheTtlMs
Cache TTL in milliseconds (default: 1800000 = 30 minutes)
integer
revocationMode
Revocation check mode
string
Example
{ "cacheTtlMs": 1800000, "revocationMode": "ocsp"}