EndpointsGet Contracts Contractid
Endpoints

GET /contracts/{contractId}

Info for a specific contract

curl -X GET "https://api.parley.ai/v1/contracts/example_string" \
  -H "Content-Type: application/json"
["null"]
GET
/contracts/{contractId}
GET
path
contractIdstring
Required

The id of the contract to retrieve

Request Preview
Response

Response will appear here after sending the request

Path Parameters

contractIdstring
Required

The id of the contract to retrieve

Responses

Contract details including status, parties, and terms

Was this page helpful?