v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBnotification-preferences
Get list of employee notifications preferences for a specific channel.
get/employee-preferences
Query parameters
channel'SLACK' | 'TEAMS' | 'EMAIL' required
Response
Fetched employee preferences. May return empty list.
Example response
[
{
"hiringTeamRole": "HIRING_MANAGER",
"notificationType": "CANDIDATE_APPLIED",
"enabled": true
}
]