Skip to main content
GET
/
v1
/
public
/
legal
/
contracts
/
{id}
Get a contract (public)
curl --request GET \
  --url https://{operatorDomain}/v1/public/legal/contracts/{id}
{
  "data": {
    "id": "ctr_01HZX...",
    "title": "<string>",
    "status": "sent",
    "contractNumber": "<string>",
    "body": "<string>",
    "language": "<string>"
  }
}

Path Parameters

id
string
required

Response

200 - application/json

Contract

data
object

Public projection of a contract (metadata stripped).