remy
remy

Patch Conversation Endpoint

Update status and/or agreed price; the campaign's total_spent is re-derived from closed deals.

patch/api/v1/remy/conversations/{conversation_id}

Path parameters

conversation_idstring required

Request body

status'contacted' | 'negotiating' | 'closed' | 'rejected'

Four stable states — legacy's fifth value ("replied") was a transient step that its own auto-advance logic immediately overwrote with "negotiating" on the same call, so it never actually persisted as a stable state. Not carried over here.

agreed_pricenumber nullable

Response

Successful Response

idstring required
creator_idstring required
platformstring required
channelstring required
statusstring required
agreed_pricenumber nullable
handlestring nullable
display_namestring nullable
profile_pic_urlstring nullable
followersinteger nullable
last_message_atstring date-time nullable
last_message_previewstring nullable
last_message_rolestring nullable
campaign_idstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.