Get details about ozone's server configuration.
Output
Encoding
application/jsonappview
ref#serviceConfig
Optional
No description available.
blobDivert
ref#serviceConfig
Optional
No description available.
chat
ref#serviceConfig
Optional
No description available.
pds
ref#serviceConfig
Optional
No description available.
verifierDid
stringdid
Optional
The did of the verifier used for verification.
viewer
ref#viewerConfig
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"pds": {
"ref": "#serviceConfig",
"type": "ref"
},
"chat": {
"ref": "#serviceConfig",
"type": "ref"
},
"viewer": {
"ref": "#viewerConfig",
"type": "ref"
},
"appview": {
"ref": "#serviceConfig",
"type": "ref"
},
"blobDivert": {
"ref": "#serviceConfig",
"type": "ref"
},
"verifierDid": {
"type": "string",
"format": "did",
"description": "The did of the verifier used for verification."
}
}
},
"encoding": "application/json"
},
"description": "Get details about ozone's server configuration."
}