Skip to main content
POST
Post a comment on a claim's thread
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /publishing/claims//messages Description: Appends a comment message to the claim’s dispute thread. Only the claimant or a tenant admin/owner may post. Emits PUBLISHING_CLAIM_MESSAGE_POSTED. Supports the Idempotency-Key header (route key p5.claim.message). Authorization:
  • RBAC: user or higher; claimant-or-admin check enforced in the service
  • Requires an active publisher addon
Method: POST

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Headers

Idempotency-Key
string

Path Parameters

id
string<uuid>
required

Body

application/json
body
string
required
attachmentUrls
string[]
parentMessageId
string<uuid> | null

Response

Message created

status
string
Example:

"success"

data
object