Skip to main content
POST
List user alert preferences

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Successfully retrieved user preferences

id
string

Unique identifier for the preference

Example:

"docket_filings"

title
string

Human-readable title for the preference

Example:

"Docket Filings"

description
string

Detailed description of what this preference controls

Example:

"Whether to receive alerts when new docket filings occur"

type
enum<string>

Data type of the preference value

Available options:
boolean,
string,
number
Example:

"boolean"

value
string

Current value of the preference as a string

Example:

"true"