Skip to content
OpenPostDocs
OpenPostDocs
Diagnostics

Get maintainer diagnostics reporting switch

Whether this instance sends privacy-limited diagnostic reports to OpenPost. Browser reports always go through their own instance.

GET/diagnostics/public-config

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/diagnostics/public-config"
{  "$schema": "https://example.com/api/v1/schemas/Status.json",  "enabled": true,  "revision": "string",  "version": "string"}