Skip to content
OpenPostDocs
OpenPostDocs
Feedback

Get feedback privacy and destination settings

GET/feedback/config

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/feedback/config"
{  "$schema": "https://example.com/api/v1/schemas/PublicConfig.json",  "app_version": "string",  "diagnostic_categories": [    "string"  ],  "enabled": true,  "max_message_characters": 0,  "max_screenshot_bytes": 0,  "recipient": "string",  "support_url": "string"}