Get Email Preferences
GET /v1/notifications/email/preferences
Get user email notification preferences.
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Responses
200
Successful Response
{
"$ref": "#/components/schemas/EmailPreferencesResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}