cURL
curl --request GET \ --url https://prod-api.civicmarketplace.com/v1/contracts/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "suppliers": [ { "id": "<string>", "name": "<string>", "location": "Austin, TX", "logo": "<string>", "email": "[email protected]", "website": "<string>" } ], "city_services": [ { "id": "<string>", "name": "<string>" } ], "updated_at": "2023-11-07T05:31:56Z", "summary": "<string>", "description": "<string>", "lead_entity": { "id": "<string>", "name": "<string>" }, "coop": { "id": "<string>", "name": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Contract
Show child attributes