cURL
curl --request GET \ --url https://api.rampartcorporation.com/v2/contract \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "domain": "<string>", "offer_description": "<string>", "category": "<string>" } ]
List of all the negotiated contracts.
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
Successful response with a list of contracts