Skip to content

Create a Matter

Redline APIMatters

POSThttps://api.redline.example/v1/matters

AuthRequires authentication via bearerAuth.

Description

Creates a contract negotiation thread in the authenticated Workspace.

Request body

application/jsonrequired

namebodystringrequired
agreement_typebodystringrequired
counterparty_namebodystringrequired
owner_idbodystringrequired
template_idbodystring
target_signature_datebodystring <date>
external_referencebodystring

Responses

201The created Matter.application/json
idstringrequired
Stable Matter identifier
namestringrequired
Human-readable Matter name
agreement_typestringrequired
Workspace-defined contract category
counterparty_namestringrequired
Other contracting party
statusstringrequired
Current lifecycle state of a Matter.
owner_idstringrequired
Workspace member responsible for the Matter
template_idstring | null
Template used for the first draft
target_signature_datestring | null
Internal target for signature
external_referencestring | null
Identifier from a connected business system
current_turn_numberinteger
Latest completed Turn number
executed_copy_idstring | null
Final signed document when execution is complete
created_atstring <date-time>required
Creation timestamp.
updated_atstring <date-time>required
Most recent update timestamp.
401The API key is missing, malformed, expired, or revoked.application/json
errorobjectrequired
403The API key does not have permission for this action.application/json
errorobjectrequired
422One or more request fields are invalid.application/json
errorobjectrequired