Skip to content

Sets the read status of one or more bells as unread/read

PATCH
/api/bells/readStatus

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

isRead*
Typeinteger
Required
Maximum1
Minimum0

Request Body

application/json
JSON
{
"ids": [
0
]
}

Responses

Bells were successfully marked or already had that status.

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python