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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.rampartcorporation.com/llms.txt

Use this file to discover all available pages before exploring further.

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