A valid request URL is required to generate request examples{
"name": "<string>",
"slug": "<string>",
"logo_url": "<string>",
"primary_color": "<string>",
"demo_mode": true,
"demo_variant": "<string>",
"auth_options": {
"passkey_enabled": true,
"require_2fa": true
},
"denialbase_support_email": "<string>",
"intake_config": {
"version": 123,
"steps": [
{
"key": "<string>",
"label": "<string>",
"position": 123,
"type": "<string>",
"sections": [
{
"key": "<string>",
"label": "<string>",
"position": 123,
"fields": [
{
"key": "<string>",
"type": "<string>",
"label": "<string>",
"required": true,
"position": 123,
"predefined": true,
"locked": true,
"options": [
"<string>"
]
}
]
}
],
"documents": [
{
"key": "<string>",
"label": "<string>",
"description": "<string>",
"visibility": "<string>"
}
]
}
]
}
}Returns details for a publicinfo.
A valid request URL is required to generate request examples{
"name": "<string>",
"slug": "<string>",
"logo_url": "<string>",
"primary_color": "<string>",
"demo_mode": true,
"demo_variant": "<string>",
"auth_options": {
"passkey_enabled": true,
"require_2fa": true
},
"denialbase_support_email": "<string>",
"intake_config": {
"version": 123,
"steps": [
{
"key": "<string>",
"label": "<string>",
"position": 123,
"type": "<string>",
"sections": [
{
"key": "<string>",
"label": "<string>",
"position": 123,
"fields": [
{
"key": "<string>",
"type": "<string>",
"label": "<string>",
"required": true,
"position": 123,
"predefined": true,
"locked": true,
"options": [
"<string>"
]
}
]
}
],
"documents": [
{
"key": "<string>",
"label": "<string>",
"description": "<string>",
"visibility": "<string>"
}
]
}
]
}
}