SpotDraft · Capability

SpotDraft Public API — Organizations

SpotDraft Organizations capability. 6 operations across versions v1/v2/v2.1.

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

Run with Naftiko SpotDraftCLMContractsOrganizations

Capability Spec

spotdraft-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SpotDraft Public API — Organizations
  description: SpotDraft Organizations capability. 6 operations across versions v1/v2/v2.1.
  tags:
  - SpotDraft
  - CLM
  - Contracts
  - Organizations
  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: organizations
    baseUri: https://api.us.spotdraft.com
    description: SpotDraft Organizations endpoints.
    headers: {}
    resources:
    - name: v2-1-public-organizations-entities
      path: /api/v2.1/public/organizations/entities/
      operations:
      - name: v2-1-public-organizations-entities-retrieve
        method: GET
        description: Get Organization Entities
        outputRawFormat: json
      - name: v2-1-public-organizations-entities-create
        method: POST
        description: Create Entity
        outputRawFormat: json
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    - name: v2-1-public-organizations-types
      path: /api/v2.1/public/organizations/types/
      operations:
      - name: v2-1-public-organizations-types-retrieve
        method: GET
        description: Get Organization Types
        outputRawFormat: json
        inputParameters:
        - name: jurisdiction_iso_code
          in: query
          type: string
          required: false
    - name: v2-public-organizations-entities
      path: /api/v2/public/organizations/entities/
      operations:
      - name: v2-public-organizations-entities-retrieve
        method: GET
        description: Get Organization Entities
        outputRawFormat: json
      - name: v2-public-organizations-entities-create
        method: POST
        description: Create Entity
        outputRawFormat: json
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    - name: v2-public-organizations-types
      path: /api/v2/public/organizations/types/
      operations:
      - name: v2-public-organizations-types-retrieve
        method: GET
        description: Get Organization Types
        outputRawFormat: json
        inputParameters:
        - name: jurisdiction_iso_code
          in: query
          type: string
          required: false