Notification

The Notification API helps you acquire notifications to your user and mark as read

circle-info

API SUBPATH: eva-notification

Return all notifications.

get
Path parameters
orgUUIDstringRequired

A valid uuid of an organization

Header parameters
x-request-idstringOptional

It is an identifier provided by the API client that will be used to identify distributed logs.

Responses
chevron-right
200

Ok

*/*
get
/org/{orgUUID}/notifications/user

Mark all user's notifications as read

put
Path parameters
orgUUIDstringRequired

A valid uuid of an organization

Header parameters
x-request-idstringOptional

It is an identifier provided by the API client that will be used to identify distributed logs.

Responses
put
/org/{orgUUID}/notifications/user

No content

Last updated

Was this helpful?