SpotDraft · Example Payload

Spotdraft List Contracts Example

Contract Lifecycle ManagementCLMContractsLegal TechE-SignatureClickwrapWorkflowsApprovalsNegotiationTemplatesCounterpartiesObligationsAnalyticsWebhookArtificial IntelligenceSoftware-as-a-ServiceBangalore

Spotdraft List Contracts Example is an example object payload from SpotDraft, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_request_response

Example Payload

Raw ↑
{
  "_request": {
    "method": "GET",
    "url": "https://api.us.spotdraft.com/api/v2.1/public/contracts/?status=executed&limit=20",
    "headers": {
      "X-Client-Id": "<CLIENT_ID>",
      "X-Client-Secret": "<CLIENT_SECRET>",
      "Accept": "application/json"
    }
  },
  "_response": {
    "next": "https://api.us.spotdraft.com/api/v2.1/public/contracts/?cursor=eyJsYXN0IjoiYWJjMTIzIn0&limit=20",
    "previous": null,
    "results": [
      {
        "composite_id": "c_01HZ2GQ3K8YQX5N5W4ZB9JK1XY",
        "name": "Acme MSA — Globex Corp",
        "contract_type": "Master Services Agreement",
        "status": "executed",
        "created_at": "2026-04-12T17:11:08Z",
        "executed_at": "2026-04-18T09:22:31Z",
        "effective_date": "2026-05-01",
        "expiration_date": "2027-05-01",
        "owner": {
          "id": "u_01HZ1Z5MN9P2WTRJV3F5KX8C0E",
          "email": "legal-ops@acme.example"
        },
        "counterparties": [
          { "id": "cp_01HZ09P5K3RW0M1J4D6Q7T2YH8", "name": "Globex Corp" }
        ],
        "tags": ["renewal-2026", "tier-1"]
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/spotdraft-list-contracts-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.