SpotDraft · Example Payload

Spotdraft Create Contract Example

Contract Lifecycle ManagementCLMContractsLegal TechE-SignatureClickwrapWorkflowsApprovalsNegotiationTemplatesCounterpartiesObligationsAnalyticsWebhooksAISaaSBangalore

Spotdraft Create Contract 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": "POST",
    "url": "https://api.us.spotdraft.com/api/v2.1/public/contracts/",
    "headers": {
      "X-Client-Id": "<CLIENT_ID>",
      "X-Client-Secret": "<CLIENT_SECRET>",
      "Content-Type": "application/json"
    },
    "body": {
      "template_id": "tpl_01HZAA2GMV8K6QF4T0R5HX7C2N",
      "contract_type": "Non-Disclosure Agreement",
      "name": "Globex NDA — Q2 2026",
      "counterparty": {
        "name": "Globex Corp",
        "contacts": [
          { "name": "Hank Scorpio", "email": "hank@globex.example" }
        ]
      },
      "metadata": [
        { "key": "effective_date", "value": "2026-06-01" },
        { "key": "term_months", "value": 24 }
      ],
      "external_metadata_id": "crm-opp-7781"
    }
  },
  "_response": {
    "composite_id": "c_01HZBKM6QJ4R3T7Y9P2D5VHN0X",
    "status": "draft",
    "created_at": "2026-05-25T14:08:21Z",
    "owner": { "id": "u_01HZ1Z5MN9P2WTRJV3F5KX8C0E" },
    "next_actions": ["send_to_counterparty", "send_for_approval"]
  }
}