tools.ozone.server.getConfig
GET/xrpc/tools.ozone.server.getConfig
This endpoint is part of the Ozone moderation service APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Get details about ozone's server configuration.
Request
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
appview
object
pds
object
blobDivert
object
chat
object
viewer
object
Possible values: [tools.ozone.team.defs#roleAdmin
, tools.ozone.team.defs#roleModerator
, tools.ozone.team.defs#roleTriage
]
{
"appview": {
"url": "string"
},
"pds": {
"url": "string"
},
"blobDivert": {
"url": "string"
},
"chat": {
"url": "string"
},
"viewer": {
"role": "tools.ozone.team.defs#roleAdmin"
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Possible values: [InvalidRequest
, ExpiredToken
, InvalidToken
]
{
"error": "InvalidRequest",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"message": "string"
}