Skip to content
OpenPostDocs
OpenPostDocs
Engagement

Mark engagement read or archived

POST/engagement/state

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

curl -X POST "https://example.com/engagement/state" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "string"    ],    "workspace_id": "string"  }'
Empty