SpotDraft · Capability

SpotDraft Public API — Clickwrap

SpotDraft Clickwrap capability. 4 operations across versions v1/v2/v2.1.

SpotDraft Public API — Clickwrap is a Naftiko capability published by SpotDraft, one of 29 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include SpotDraft, CLM, Contracts, and Clickwrap.

Run with Naftiko SpotDraftCLMContractsClickwrap

Capability Spec

spotdraft-clickwrap.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Clickwrap
  description: SpotDraft Clickwrap capability. 4 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Clickwrap
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SPOTDRAFT_CLIENT_ID: SPOTDRAFT_CLIENT_ID
    SPOTDRAFT_CLIENT_SECRET: SPOTDRAFT_CLIENT_SECRET
capability:
  consumes:
  - type: http
    namespace: clickwrap
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Clickwrap endpoints.
    headers: {}
    resources:
    - name: v2-1-public-clickwrap-clickwrap-id-agreements-preview
      path: /api/v2.1/public/clickwrap/{clickwrap_id}/agreements/preview/
      operations:
      - name: v2-1-public-clickwrap-agreements-preview-create
        method: POST
        description: Preview clickwrap agreement
        outputRawFormat: json
        inputParameters:
        - name: clickwrap_id
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          required: true
    - name: v2-1-public-clickwrap-clickwrap-public-id
      path: /api/v2.1/public/clickwrap/{clickwrap_public_id}/
      operations:
      - name: v2-1-public-clickwrap-retrieve
        method: GET
        description: Get Clickwrap
        outputRawFormat: json
        inputParameters:
        - name: clickwrap_public_id
          in: path
          type: string
          required: true
    - name: v2-1-public-clickwrap-clickwrap-public-id-consent-status
      path: /api/v2.1/public/clickwrap/{clickwrap_public_id}/consent_status/
      operations:
      - name: v2-1-public-clickwrap-consent-status-create
        method: POST
        description: Get Consent Status
        outputRawFormat: json
        inputParameters:
        - name: clickwrap_public_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true
    - name: v2-1-public-clickwrap-clickwrap-public-id-execute
      path: /api/v2.1/public/clickwrap/{clickwrap_public_id}/execute/
      operations:
      - name: v2-1-public-clickwrap-execute-create
        method: POST
        description: Create Clickwrap Contract
        outputRawFormat: json
        inputParameters:
        - name: clickwrap_public_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true