Skip to content

Mark notification as read

POST
/api/v1/notifications/{notification_id}/read

Marks a single notification as read.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

notification_id*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
  
"id": "string",
  
"notification_type": "string",
  
"title": "string",
  
"body": "string",
  
"project_id": "string",
  
"job_id": "string",
  
"data": {
  
  
"additionalProperties": "string"
  
},
  
"is_read": true,
  
"created_at": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

XC AI Content Automation