Skip to main content
POST
Submit a contract confirmation

Headers

Authorization
string
default:NONE
required

Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.

Example:

"Bearer eyJraWQ..."

X-Api-Key
string
default:NONE
required

API key for server-to-server flows, or the literal string NONE when authenticating via JWT.

Example:

"pcx_abc123_xxxx"

Path Parameters

escrow_id
string
required
milestone_id
string
required

Body

application/json

Exactly one of party_id or client_confirmed must be provided.

party_id
string

Record this contractor's completion confirmation

client_confirmed
boolean

Relay the client's final decision on the milestone

agency_notes
string

Only accepted alongside client_confirmed

Response

Updated contract record

status
enum<string>
Available options:
success,
error
Example:

"success"

message
string
data
object