Mark notification as seen

Mark an unseen notification as seen.

Method

PUT

URL

https://typetalk.com/api/v3/notifications

Scope

my

Form parameters

Name Type Description
spaceKey String Space key

Response Example

{
    "space": {
        "key": "xxxxxxxx",
        "name": "Awesome Tech Inc.",
        "enabled": true,
        "imageUrl": "https://apps.nulab.com/spaces/xxxxxxxx/photo/large"
    },
    "access": {
        "unopened": 0
    }
}

All responses are formatted in JSON and include an ETag. If you call an API with an If-None-Match header, the server will return a 304 status code if the data is unchanged. The date and time format is ISO 8601, and the timezone is UTC (eg. 2014-01-09T06:20:08Z).