SpotDraft · Capability

SpotDraft Public API — Contract Types

SpotDraft Contract Types capability. 7 operations across versions v1/v2/v2.1.

SpotDraft Public API — Contract Types 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 Contract Types.

Run with Naftiko SpotDraftCLMContractsContract Types

Capability Spec

spotdraft-contract-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Contract Types
  description: SpotDraft Contract Types capability. 7 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Contract Types
  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: contract-types
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Contract Types endpoints.
    headers: {}
    resources:
    - name: v2-1-public-contract-types
      path: /api/v2.1/public/contract_types/
      operations:
      - name: v2-1-public-contract-types-retrieve
        method: GET
        description: Get Contract Type List
        outputRawFormat: json
    - name: v2-1-public-contract-types-contract-type-id-access-control
      path: /api/v2.1/public/contract_types/{contract_type_id}/access_control
      operations:
      - name: v2-1-public-contract-types-access-control-create
        method: POST
        description: Get Access Control List for Contract Type
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          required: true
    - name: v2-1-public-contract-types-contract-type-id-entities
      path: /api/v2.1/public/contract_types/{contract_type_id}/entities
      operations:
      - name: v2-1-public-contract-types-entities-retrieve
        method: GET
        description: List Contract Type Entities
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: path
          type: integer
          required: true
    - name: v2-1-public-contract-types-contract-type-id-intake-form-ques
      path: /api/v2.1/public/contract_types/{contract_type_id}/intake_form/questionnaire/
      operations:
      - name: v2-1-public-contract-types-intake-form-questionn
        method: GET
        description: Get Intake Form Questionnaire Details
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: path
          type: integer
          required: true
    - name: v2-public-contract-types
      path: /api/v2/public/contract_types/
      operations:
      - name: v2-public-contract-types-retrieve
        method: GET
        description: Get Contract Type List
        outputRawFormat: json
    - name: v2-public-contract-types-contract-type-id-entities
      path: /api/v2/public/contract_types/{contract_type_id}/entities
      operations:
      - name: v2-public-contract-types-entities-retrieve
        method: GET
        description: List Contract Type Entities
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: path
          type: integer
          required: true
    - name: v2-public-contract-types-contract-type-id-intake-form-questi
      path: /api/v2/public/contract_types/{contract_type_id}/intake_form/questionnaire/
      operations:
      - name: v2-public-contract-types-intake-form-questionnai
        method: GET
        description: Get Intake Form Questionnaire Details
        outputRawFormat: json
        inputParameters:
        - name: contract_type_id
          in: path
          type: integer
          required: true