curl --request PATCH \
--url https://api.seminode.com/v1/inbox/notifications/{id}/status \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Update the status of an inbox notification for the authenticated company
curl --request PATCH \
--url https://api.seminode.com/v1/inbox/notifications/{id}/status \
--header 'Authorization: <api-key>'{
"detail": "<string>"
}Was this page helpful?