Get user preference for Rito. Authentication required.
Output
Encoding
application/jsonenableAutoGenerateBookmark
boolean
Required
Whether to automatically collect Bluesky posts to Rito bookmarks.
langForAutoGenertateBookmark
string
Required
User's preferred language for Auto Generate Bookmark.
unblurModerationCategories
array
Optional
Moderation categories that should not be blurred.
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",
"required": [
"enableAutoGenerateBookmark",
"langForAutoGenertateBookmark"
],
"properties": {
"enableAutoGenerateBookmark": {
"type": "boolean",
"description": "Whether to automatically collect Bluesky posts to Rito bookmarks."
},
"unblurModerationCategories": {
"type": "array",
"items": {
"type": "string"
},
"description": "Moderation categories that should not be blurred."
},
"langForAutoGenertateBookmark": {
"type": "string",
"description": "User's preferred language for Auto Generate Bookmark."
}
}
},
"encoding": "application/json",
"description": "Returns user preference for Rito."
},
"description": "Get user preference for Rito. Authentication required."
}