Notifications

List Notifications

get

Retrieves a paginated list of notifications for the current user.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/notifications

Read Notifications

patch

Marks all notifications as read for the current user.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Responses
chevron-right
200

Successful response

application/json
objectOptional
patch
/api/v1/notifications

Update Notification

put

Updates a specific notification, for example to mark it as read.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
notificationstringRequired

The notification identifier.

Body
readstringRequired
Responses
chevron-right
200

Successful response

application/json
put
/api/v1/notifications/{notification}

Delete Notification

delete

Permanently deletes a specific notification.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
notificationstringRequired

The notification identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/notifications/{notification}

Last updated

Was this helpful?