cURL
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
Format: "Bearer <access_token>"
Notification ID
New status (pending/closed)
Notification status updated successfully
Was this page helpful?