Skip to content

Dismiss activity notifications

POST
/v1/home/dismiss-event
curl --request POST \
--url https://shareout.site/v1/home/dismiss-event \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "eventId": "example" }'

Hide actionable Needs You events for the signed-in user. Used by the notifications panel (single dismiss, mark-all-read, or opening a card).

Media type application/json
One of:
object
eventId
required
string
Example generated
{
"eventId": "example"
}

Dismissed

Media type application/json
object
ok
boolean
Example generated
{
"ok": true
}

Invalid request

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}

Authentication required

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}