Dismiss a scan inbox item
Mark an organization-owned scan inbox item as dismissed with an optional reason. The item will no longer appear in active scan inbox lists.
Mark an organization-owned scan inbox item as dismissed with an optional reason. The item will no longer appear in active scan inbox lists.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/scan-inbox/550e8400-e29b-41d4-a716-446655440000/dismiss" \ -H "Content-Type: application/json" \ -d '{}'{ "success": true}Bulk action on scan inbox items POST
Perform a bulk action (currently 'dismiss') on up to 100 scan inbox items owned by the current organization.
List scan inbox items GET
Retrieve paginated scan inbox items for the current scanner-owning organization. Supports filtering by status, source, and search term, with configurable sorting.