Last updated 2 months ago
OK
const response = await fetch('/v1/auth/ratls/config', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "inline_policy": "text", "namespace": false } }