/v1/notifications/{notification_id}/read| Name | Type | Required | Description |
|---|---|---|---|
notification_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/notifications/{notification_id}/read' \
-H 'X-API-Key: ak.<key_id>.<secret>'{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"read_at": "2024-01-01T00:00:00Z"
}
}X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/notifications/{notification_id}/read' \
-H 'X-API-Key: ak.<key_id>.<secret>'{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"read_at": "2024-01-01T00:00:00Z"
}
}