Notifications API
Get Notifications for a user and send read status.
Get Notifications
GET
https://2i339xpjwf.execute-api.us-east-1.amazonaws.com/prod
This lets you request all the notifications for a given user.
Query Parameters
notification_type
string
This could be eithere 'chat' or 'notification'. These are only two accepted value and defaults to 'notification'. Since we treat notifications as a interaction between platform and user. Hence we can display the response in chat format or notifications format.
category
string
This could either be 'get_list' (gets you list of all notifications for this user) or 'read_status_update' lets you update the read status of all notification for this user.(you cannot mark individual notification as read) or 'unread_count' : lets you get a count of total unread notifications for this user.
user_id
number
This is the user_id of the job seeker and not the 'id' value. Every Job Seeker has a 'user_id' send that id to get all notifications.
api_key
string
The API key for the tenant. Not the user token.
tenant
string
The tenant id for authentication.
Last updated
Was this helpful?