SpotDraft · Capability

SpotDraft Public API — Contract Approvals

SpotDraft Contract Approvals capability. 4 operations across versions v1/v2/v2.1.

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

Run with Naftiko SpotDraftCLMContractsContract Approvals

Capability Spec

spotdraft-contract-approvals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Contract Approvals
  description: SpotDraft Contract Approvals capability. 4 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Contract Approvals
  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-approvals
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Contract Approvals endpoints.
    headers: {}
    resources:
    - name: v2-1-public-contracts-approvals-contract-id
      path: /api/v2.1/public/contracts/approvals/{contract_id}/
      operations:
      - name: v2-1-public-contracts-approvals-retrieve
        method: GET
        description: Get Contract Approvals
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: string
          required: true
      - name: v2-1-public-contracts-approvals-create
        method: POST
        description: Create and Send adhoc Approvals
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true
    - name: v2-public-contracts-approvals-contract-id
      path: /api/v2/public/contracts/approvals/{contract_id}/
      operations:
      - name: v2-public-contracts-approvals-retrieve
        method: GET
        description: Get Contract Approvals
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: string
          required: true
      - name: v2-public-contracts-approvals-create
        method: POST
        description: Create and Send adhoc Approvals
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true