SpotDraft · Capability

SpotDraft Public API — Recipients

SpotDraft Recipients capability. 3 operations across versions v1/v2/v2.1.

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

Run with Naftiko SpotDraftCLMContractsRecipients

Capability Spec

spotdraft-recipients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Recipients
  description: SpotDraft Recipients capability. 3 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Recipients
  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: recipients
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Recipients endpoints.
    headers: {}
    resources:
    - name: v2-1-public-contracts-composite-id-recipients
      path: /api/v2.1/public/contracts/{composite_id}/recipients/
      operations:
      - name: v2-1-public-contracts-recipients-retrieve
        method: GET
        description: Get Contract Recipients
        outputRawFormat: json
        inputParameters:
        - name: composite_id
          in: path
          type: string
          required: true
    - name: v2-1-public-contracts-contract-id-recipients-recipient-link
      path: /api/v2.1/public/contracts/{contract_id}/recipients/recipient_link/
      operations:
      - name: v2-1-public-contracts-recipients-recipient-link-
        method: GET
        description: Get Recipient Link
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: integer
          required: true
        - name: recipient_email
          in: query
          type: string
          required: true
    - name: v2-public-contracts-contract-id-recipients-recipient-link
      path: /api/v2/public/contracts/{contract_id}/recipients/recipient_link/
      operations:
      - name: v2-public-contracts-recipients-recipient-link-re
        method: GET
        description: Get Recipient Link
        outputRawFormat: json
        inputParameters:
        - name: contract_id
          in: path
          type: integer
          required: true
        - name: recipient_email
          in: query
          type: string
          required: true