Docusign · Capability

DocuSign Admin API — ReservedDomains

DocuSign Admin API — ReservedDomains. 1 operations. Lead operation: Docusign Returns the list of reserved domains for the organization.. Self-contained Naftiko capability covering one Docusign business surface.

Run with Naftiko DocusignReservedDomains

What You Can Do

GET
Organizationgetreserveddomains — Docusign Returns the list of reserved domains for the organization.
/v1/v2/organizations/{organizationid}/reserved-domains

MCP Tools

docusign-returns-list-reserved-domains

Docusign Returns the list of reserved domains for the organization.

read-only idempotent

Capability Spec

admin-reserveddomains.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: DocuSign Admin API — ReservedDomains
  description: 'DocuSign Admin API — ReservedDomains. 1 operations. Lead operation: Docusign Returns the list of reserved
    domains for the organization.. Self-contained Naftiko capability covering one Docusign business surface.'
  tags:
  - Docusign
  - ReservedDomains
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DOCUSIGN_API_KEY: DOCUSIGN_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-reserveddomains
    baseUri: https://api.docusign.net/Management
    description: DocuSign Admin API — ReservedDomains business capability. Self-contained, no shared references.
    resources:
    - name: v2-organizations-organizationId-reserved_domains
      path: /v2/organizations/{organizationId}/reserved_domains
      operations:
      - name: organizationgetreserveddomains
        method: GET
        description: Docusign Returns the list of reserved domains for the organization.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The organization ID Guid
          required: true
    authentication:
      type: bearer
      token: '{{env.DOCUSIGN_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-reserveddomains-rest
    port: 8080
    description: REST adapter for DocuSign Admin API — ReservedDomains. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/organizations/{organizationid}/reserved-domains
      name: v2-organizations-organizationid-reserved-domains
      description: REST surface for v2-organizations-organizationId-reserved_domains.
      operations:
      - method: GET
        name: organizationgetreserveddomains
        description: Docusign Returns the list of reserved domains for the organization.
        call: admin-reserveddomains.organizationgetreserveddomains
        with:
          organizationId: rest.organizationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-reserveddomains-mcp
    port: 9090
    transport: http
    description: MCP adapter for DocuSign Admin API — ReservedDomains. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: docusign-returns-list-reserved-domains
      description: Docusign Returns the list of reserved domains for the organization.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-reserveddomains.organizationgetreserveddomains
      with:
        organizationId: tools.organizationId
      outputParameters:
      - type: object
        mapping: $.