Skip to main content
POST
/
api
/
orgs
/
{id}
/
notifications
/
{notificationId}
/
ack
Acknowledge current member notification
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/notifications/{notificationId}/ack \
  --header 'Authorization: Bearer <token>'
{
  "notification": {
    "id": "<string>",
    "acknowledged_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

notificationId
string
required

notificationId identifier

Response

Successful response

notification
object
required