Dropbox Signature Request API

_md__OpenApi::TAG::SIGNATURE_REQUEST::DESCRIPTION

Operations 20

POST /signature_request/bulk_create_embedded_with_template Dropbox _t__SignatureRequestBulkCreateEmbeddedWithTemplate::SUMMARY #
POST /signature_request/bulk_send_with_template Dropbox _t__SignatureRequestBulkSendWithTemplate::SUMMARY #
POST /signature_request/cancel/{signature_request_id} Dropbox _t__SignatureRequestCancel::SUMMARY #
POST /signature_request/create_embedded Dropbox _t__SignatureRequestCreateEmbedded::SUMMARY #
POST /signature_request/create_embedded_with_template Dropbox _t__SignatureRequestCreateEmbeddedWithTemplate::SUMMARY #
PUT /signature_request/edit/{signature_request_id} Dropbox _t__SignatureRequestEdit::SUMMARY #
PUT /signature_request/edit_embedded/{signature_request_id} Dropbox _t__SignatureRequestEditEmbedded::SUMMARY #
PUT /signature_request/edit_embedded_with_template/{signature_request_id} Dropbox _t__SignatureRequestEditEmbeddedWithTemplate::SUMMARY #
PUT /signature_request/edit_with_template/{signature_request_id} Dropbox _t__SignatureRequestEditWithTemplate::SUMMARY #
GET /signature_request/files/{signature_request_id} Dropbox _t__SignatureRequestFiles::SUMMARY #
GET /signature_request/files_as_data_uri/{signature_request_id} Dropbox _t__SignatureRequestFilesAsDataUri::SUMMARY #
GET /signature_request/files_as_file_url/{signature_request_id} Dropbox _t__SignatureRequestFilesAsFileUrl::SUMMARY #
GET /signature_request/{signature_request_id} Dropbox _t__SignatureRequestGet::SUMMARY #
GET /signature_request/list Dropbox _t__SignatureRequestList::SUMMARY #
POST /signature_request/release_hold/{signature_request_id} Dropbox _t__SignatureRequestReleaseHold::SUMMARY #
POST /signature_request/remind/{signature_request_id} Dropbox _t__SignatureRequestRemind::SUMMARY #
POST /signature_request/remove/{signature_request_id} Dropbox _t__SignatureRequestRemove::SUMMARY #
POST /signature_request/send Dropbox _t__SignatureRequestSend::SUMMARY #
POST /signature_request/send_with_template Dropbox _t__SignatureRequestSendWithTemplate::SUMMARY #
POST /signature_request/update/{signature_request_id} Dropbox _t__SignatureRequestUpdate::SUMMARY #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/dropbox-signature-request-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

dropbox-signature-request-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Dropbox Sign Signature Request API
  description: The Dropbox Sign API offers a reliable, flexible set of eSignature tools that can be used to power digital agreements and turn slow, outdated business processes into a competitive advantage. With a broad range of highly-configurable features, the Dropbox Sign API empowers you to build secure signing experiences and document workflows that delight your users.
  termsOfService: https://www.hellosign.com/terms
  contact:
    email: apisupport@hellosign.com
  license:
    name: MIT
    url: https://opensource.org/licenses/MIT
  version: 3.0.0
servers:
- url: https://api.hellosign.com/v3
security:
- api_key: []
  oauth2:
  - account_access
  - signature_request_access
  - template_access
  - team_access
  - api_app_access
  - basic_account_info
  - request_signature
tags:
- name: Signature Request
  description: _md__OpenApi::TAG::SIGNATURE_REQUEST::DESCRIPTION
paths:
  /signature_request/bulk_create_embedded_with_template:
    post:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestBulkCreateEmbeddedWithTemplate::SUMMARY
      description: _t__SignatureRequestBulkCreateEmbeddedWithTemplate::DESCRIPTION
      operationId: signatureRequestBulkCreateEmbeddedWithTemplate
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestBulkCreateEmbeddedWithTemplateRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestBulkCreateEmbeddedWithTemplateRequestDefaultExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestBulkCreateEmbeddedWithTemplateRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BulkSendJobSendResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestBulkCreateEmbeddedWithTemplateResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                404_example:
                  $ref: '#/components/examples/Error404ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestBulkCreateEmbeddedWithTemplate.sh
      x-meta:
        seo:
          title: _t__SignatureRequestBulkCreateEmbeddedWithTemplate::SEO::TITLE
          description: _t__SignatureRequestBulkCreateEmbeddedWithTemplate::SEO::DESCRIPTION
  /signature_request/bulk_send_with_template:
    post:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestBulkSendWithTemplate::SUMMARY
      description: _t__SignatureRequestBulkSendWithTemplate::DESCRIPTION
      operationId: signatureRequestBulkSendWithTemplate
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestBulkSendWithTemplateRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestBulkSendWithTemplateRequestDefaultExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestBulkSendWithTemplateRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BulkSendJobSendResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestBulkSendWithTemplateResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                404_example:
                  $ref: '#/components/examples/Error404ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - request_signature
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestBulkSendWithTemplate.sh
      x-meta:
        seo:
          title: _t__SignatureRequestBulkSendWithTemplate::SEO::TITLE
          description: _t__SignatureRequestBulkSendWithTemplate::SEO::DESCRIPTION
  /signature_request/cancel/{signature_request_id}:
    post:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestCancel::SUMMARY
      description: _t__SignatureRequestCancel::DESCRIPTION
      operationId: signatureRequestCancel
      parameters:
      - name: signature_request_id
        in: path
        description: _t__SignatureRequestCancel::SIGNATURE_REQUEST_ID
        required: true
        schema:
          type: string
        example: fa5c8a0b0f492d768749333ad6fcc214c111e967
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json: {}
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                404_example:
                  $ref: '#/components/examples/Error404ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                410_example:
                  $ref: '#/components/examples/Error410ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - request_signature
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestCancel.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestCancel.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestCancel.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestCancel.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestCancel.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestCancel.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestCancel.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestCancel.sh
      x-meta:
        seo:
          title: _t__SignatureRequestCancel::SEO::TITLE
          description: _t__SignatureRequestCancel::SEO::DESCRIPTION
  /signature_request/create_embedded:
    post:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestCreateEmbedded::SUMMARY
      description: _t__SignatureRequestCreateEmbedded::DESCRIPTION
      operationId: signatureRequestCreateEmbedded
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestCreateEmbeddedRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestCreateEmbeddedRequestDefaultExample'
              grouped_signers_example:
                $ref: '#/components/examples/SignatureRequestCreateEmbeddedRequestGroupedSignersExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestCreateEmbeddedRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignatureRequestGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestCreateEmbeddedResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestCreateEmbedded.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestCreateEmbedded.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestCreateEmbedded.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestCreateEmbedded.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestCreateEmbedded.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestCreateEmbedded.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestCreateEmbedded.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestCreateEmbedded.sh
      x-meta:
        seo:
          title: _t__SignatureRequestCreateEmbedded::SEO::TITLE
          description: _t__SignatureRequestCreateEmbedded::SEO::DESCRIPTION
  /signature_request/create_embedded_with_template:
    post:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestCreateEmbeddedWithTemplate::SUMMARY
      description: _t__SignatureRequestCreateEmbeddedWithTemplate::DESCRIPTION
      operationId: signatureRequestCreateEmbeddedWithTemplate
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestCreateEmbeddedWithTemplateRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestCreateEmbeddedWithTemplateRequestDefaultExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestCreateEmbeddedWithTemplateRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignatureRequestGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestCreateEmbeddedWithTemplateResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestCreateEmbeddedWithTemplate.sh
      x-meta:
        seo:
          title: _t__SignatureRequestCreateEmbeddedWithTemplate::SEO::TITLE
          description: _t__SignatureRequestCreateEmbeddedWithTemplate::SEO::DESCRIPTION
  /signature_request/edit/{signature_request_id}:
    put:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestEdit::SUMMARY
      description: _t__SignatureRequestEdit::DESCRIPTION
      operationId: signatureRequestEdit
      parameters:
      - name: signature_request_id
        in: path
        description: _t__SignatureRequestEdit::SIGNATURE_REQUEST_ID
        required: true
        schema:
          type: string
        example: fa5c8a0b0f492d768749333ad6fcc214c111e967
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestEditRequestDefaultExample'
              grouped_signers_example:
                $ref: '#/components/examples/SignatureRequestEditRequestGroupedSignersExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignatureRequestGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestEditResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                404_example:
                  $ref: '#/components/examples/Error404ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - request_signature
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestEdit.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestEdit.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestEdit.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestEdit.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestEdit.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestEdit.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestEdit.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestEdit.sh
      x-meta:
        seo:
          title: _t__SignatureRequestEdit::SEO::TITLE
          description: _t__SignatureRequestEdit::SEO::DESCRIPTION
      x-hideOn: doc
      x-beta: closed
  /signature_request/edit_embedded/{signature_request_id}:
    put:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestEditEmbedded::SUMMARY
      description: _t__SignatureRequestEditEmbedded::DESCRIPTION
      operationId: signatureRequestEditEmbedded
      parameters:
      - name: signature_request_id
        in: path
        description: _t__SignatureRequestEditEmbedded::SIGNATURE_REQUEST_ID
        required: true
        schema:
          type: string
        example: fa5c8a0b0f492d768749333ad6fcc214c111e967
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditEmbeddedRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestEditEmbeddedRequestDefaultExample'
              grouped_signers_example:
                $ref: '#/components/examples/SignatureRequestEditEmbeddedRequestGroupedSignersExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditEmbeddedRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignatureRequestGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestEditEmbeddedResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                404_example:
                  $ref: '#/components/examples/Error404ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestEditEmbedded.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestEditEmbedded.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestEditEmbedded.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestEditEmbedded.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestEditEmbedded.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestEditEmbedded.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestEditEmbedded.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestEditEmbedded.sh
      x-meta:
        seo:
          title: _t__SignatureRequestEditEmbedded::SEO::TITLE
          description: _t__SignatureRequestEditEmbedded::SEO::DESCRIPTION
      x-hideOn: doc
      x-beta: closed
  /signature_request/edit_embedded_with_template/{signature_request_id}:
    put:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestEditEmbeddedWithTemplate::SUMMARY
      description: _t__SignatureRequestEditEmbeddedWithTemplate::DESCRIPTION
      operationId: signatureRequestEditEmbeddedWithTemplate
      parameters:
      - name: signature_request_id
        in: path
        description: _t__SignatureRequestEditEmbeddedWithTemplate::SIGNATURE_REQUEST_ID
        required: true
        schema:
          type: string
        example: fa5c8a0b0f492d768749333ad6fcc214c111e967
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditEmbeddedWithTemplateRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestEditEmbeddedWithTemplateRequestDefaultExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditEmbeddedWithTemplateRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignatureRequestGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/SignatureRequestEditEmbeddedWithTemplateResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              examples:
                400_example:
                  $ref: '#/components/examples/Error400ResponseExample'
                401_example:
                  $ref: '#/components/examples/Error401ResponseExample'
                402_example:
                  $ref: '#/components/examples/Error402ResponseExample'
                403_example:
                  $ref: '#/components/examples/Error403ResponseExample'
                404_example:
                  $ref: '#/components/examples/Error404ResponseExample'
                409_example:
                  $ref: '#/components/examples/Error409ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - signature_request_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.php
      - lang: C#
        label: C#
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/SignatureRequestEditEmbeddedWithTemplate.sh
      x-meta:
        seo:
          title: _t__SignatureRequestEditEmbeddedWithTemplate::SEO::TITLE
          description: _t__SignatureRequestEditEmbeddedWithTemplate::SEO::DESCRIPTION
      x-hideOn: doc
      x-beta: closed
  /signature_request/edit_with_template/{signature_request_id}:
    put:
      tags:
      - Signature Request
      summary: Dropbox _t__SignatureRequestEditWithTemplate::SUMMARY
      description: _t__SignatureRequestEditWithTemplate::DESCRIPTION
      operationId: signatureRequestEditWithTemplate
      parameters:
      - name: signature_request_id
        in: path
        description: _t__SignatureRequestEditWithTemplate::SIGNATURE_REQUEST_ID
        required: true
        schema:
          type: string
        example: fa5c8a0b0f492d768749333ad6fcc214c111e967
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditWithTemplateRequest'
            examples:
              default_example:
                $ref: '#/components/examples/SignatureRequestEditWithTemplateRequestDefaultExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/SignatureRequestEditWithTemplateRequest'
      responses:
        '200':
          description: successful operation
          headers:
            X-RateLimit-Limit:
              $ref: '#/components/headers/X-RateLimit-Limit'
            X-RateLimit-Remaining:
              $ref: '#/components/headers/X-RateLimit-Remaining'
            X-Ratelimit-Reset:
              $ref: '#/components/headers/X-Ratelimit-Reset'
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SignatureRequestGetResponse'
              examples:
         

# --- truncated at 32 KB (134 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/dropbox/refs/heads/main/openapi/dropbox-signature-request-api-openapi.yml