Retrieve a single contract by ID.
cURL
curl --request GET \ --url https://api.monk.com/v1/contracts/{contractId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "customerId": "<string>", "planId": "<string>", "name": "<string>", "startDate": "2023-12-25", "endDate": "2023-12-25", "isActive": true, "createdAt": "2023-11-07T05:31:56Z" } }
contracts:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contract found
Show child attributes