v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBUser Notifications
List notifications for a user
Returns the in-portal notifications for the Extole portal user identified by userId, sorted newest first. Requires the USER_SUPPORT scope. Use the limit and offset parameters to page through results.
get/v6/notifications/{userId}
Path parameters
userIdstring required
Query parameters
limitinteger
offsetinteger
having_all_tagsstring[]
event_idstring
subscription_idstring
Response
Notifications for the user.
Example response
[
{
"event_time": "2025-10-24T02:00:00-07:00"
}
]