Notifications

Index

get

List all notifications.

Authorizations
Responses
chevron-right
200

Successful response

application/json
get
/api/v1/notifications

Read-Notifications

patch

Read-Notifications for notifications.

Authorizations
Responses
chevron-right
200

Successful response

application/json
objectOptional
patch
/api/v1/notifications

Update

put

Validation Rules

These are the basic validation rules for the request. More detailed validation may apply depending on the data being sent. Please see the response for any extra requirements

Field
Type
Required

read

Authorizations
Path parameters
notificationstringRequired

The notification identifier.

Body
readstringRequired
Responses
chevron-right
200

Successful response

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

Destroy

delete

Delete a notification.

Authorizations
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?