Skip to main content
POST
Reply to an existing conversation

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Project ID

conversation_id
integer
required

Conversation id from GET /projects/{id}/conversations.

Body

application/json
body
string
required

The reply text.

Example:

"Thanks - please also confirm your WCAG 2.2 audit coverage."

Response

The reply sent, with its conversation

The response is of type object.