Skip to main content
List all negotiated contracts
curl --request GET \
  --url https://api.rampartcorporation.com/v2/contract \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "domain": "<string>",
    "offer_description": "<string>",
    "category": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Response

200 - application/json

Successful response with a list of contracts

name
string
required
domain
string
required
offer_description
string
required
category
string
required
I