Skip to main content
GET
Get contract by ID

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Contract retrieved successfully

id
string
required
clientName
string
required
clientBusinessName
string | null
required
clientEmail
string
required
clientPhone
string | null
required
packageName
string
required
packagePrice
number
required
addOns
object | null
required
monthlyTotal
number
required
oneTimeTotal
number
required
firstPayment
number
required
status
enum<string>
required
Available options:
draft,
sent,
viewed,
signed,
expired,
cancelled
signedAt
string | null
required
signedByName
string | null
required
viewCount
number
required
createdAt
string
required