cURL
curl --request GET \ --url https://api.example.com/v1/legal-contracts/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "name": "<string>", "type": "<string>", "files": [ "<string>" ], "color": "<string>", "startDate": "<string>", "endDate": "<string>", "legalParts": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Get legal contract
ok
Was this page helpful?