List user alert preferences
preferences
List user alert preferences
Retrieves all alert preferences for the authenticated user, including settings for docket filings and case creation notifications. Returns each preference with its current value, type, title, and description.
POST
List user alert preferences
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Response
200 - application/json
Successfully retrieved user preferences
Unique identifier for the preference
Example:
"docket_filings"
Human-readable title for the preference
Example:
"Docket Filings"
Detailed description of what this preference controls
Example:
"Whether to receive alerts when new docket filings occur"
Data type of the preference value
Available options:
boolean, string, number Example:
"boolean"
Current value of the preference as a string
Example:
"true"