Dropbox Template API

_md__OpenApi::TAG::TEMPLATE::DESCRIPTION

Operations 11

POST /template/add_user/{template_id} Dropbox _t__TemplateAddUser::SUMMARY #
POST /template/create Dropbox _t__TemplateCreate::SUMMARY #
POST /template/create_embedded_draft Dropbox _t__TemplateCreateEmbeddedDraft::SUMMARY #
POST /template/delete/{template_id} Dropbox _t__TemplateDelete::SUMMARY #
GET /template/files/{template_id} Dropbox _t__TemplateFiles::SUMMARY #
GET /template/files_as_data_uri/{template_id} Dropbox _t__TemplateFilesAsDataUri::SUMMARY #
GET /template/files_as_file_url/{template_id} Dropbox _t__TemplateFilesAsFileUrl::SUMMARY #
GET /template/{template_id} Dropbox _t__TemplateGet::SUMMARY #
GET /template/list Dropbox _t__TemplateList::SUMMARY #
POST /template/remove_user/{template_id} Dropbox _t__TemplateRemoveUser::SUMMARY #
POST /template/update_files/{template_id} Dropbox _t__TemplateUpdateFiles::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-template-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-template-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Dropbox Sign Template 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: Template
  description: _md__OpenApi::TAG::TEMPLATE::DESCRIPTION
paths:
  /template/add_user/{template_id}:
    post:
      tags:
      - Template
      summary: Dropbox _t__TemplateAddUser::SUMMARY
      description: _t__TemplateAddUser::DESCRIPTION
      operationId: templateAddUser
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateAddUser::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TemplateAddUserRequest'
            examples:
              default_example:
                $ref: '#/components/examples/TemplateAddUserRequestDefaultExample'
      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/TemplateGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateAddUserResponseExample'
        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:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateAddUser.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateAddUser.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateAddUser.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateAddUser.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateAddUser.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateAddUser.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateAddUser.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateAddUser.sh
      x-meta:
        seo:
          title: _t__TemplateAddUser::SEO::TITLE
          description: _t__TemplateAddUser::SEO::DESCRIPTION
  /template/create:
    post:
      tags:
      - Template
      summary: Dropbox _t__TemplateCreate::SUMMARY
      description: _t__TemplateCreate::DESCRIPTION
      operationId: templateCreate
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TemplateCreateRequest'
            examples:
              default_example:
                $ref: '#/components/examples/TemplateCreateRequestDefaultExample'
              form_fields_per_document:
                $ref: '#/components/examples/TemplateCreateRequestFormFieldsPerDocumentExample'
              form_field_groups:
                $ref: '#/components/examples/TemplateCreateRequestFormFieldGroupsExample'
              form_field_rules:
                $ref: '#/components/examples/TemplateCreateRequestFormFieldRulesExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/TemplateCreateRequest'
      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/TemplateCreateResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateCreateResponseExample'
        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'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateCreate.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateCreate.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateCreate.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateCreate.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateCreate.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateCreate.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateCreate.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateCreate.sh
      x-meta:
        seo:
          title: _t__TemplateCreate::SEO::TITLE
          description: _t__TemplateCreate::SEO::DESCRIPTION
  /template/create_embedded_draft:
    post:
      tags:
      - Template
      summary: Dropbox _t__TemplateCreateEmbeddedDraft::SUMMARY
      description: _t__TemplateCreateEmbeddedDraft::DESCRIPTION
      operationId: templateCreateEmbeddedDraft
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TemplateCreateEmbeddedDraftRequest'
            examples:
              default_example:
                $ref: '#/components/examples/TemplateCreateEmbeddedDraftRequestDefaultExample'
              form_fields_per_document:
                $ref: '#/components/examples/TemplateCreateEmbeddedDraftRequestFormFieldsPerDocumentExample'
              form_field_groups:
                $ref: '#/components/examples/TemplateCreateEmbeddedDraftRequestFormFieldGroupsExample'
              form_field_rules:
                $ref: '#/components/examples/TemplateCreateEmbeddedDraftRequestFormFieldRulesExample'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/TemplateCreateEmbeddedDraftRequest'
      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/TemplateCreateEmbeddedDraftResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateCreateEmbeddedDraftResponseExample'
        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'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateCreateEmbeddedDraft.sh
      x-meta:
        seo:
          title: _t__TemplateCreateEmbeddedDraft::SEO::TITLE
          description: _t__TemplateCreateEmbeddedDraft::SEO::DESCRIPTION
  /template/delete/{template_id}:
    post:
      tags:
      - Template
      summary: Dropbox _t__TemplateDelete::SUMMARY
      description: _t__TemplateDelete::DESCRIPTION
      operationId: templateDelete
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateDelete::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      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'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateDelete.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateDelete.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateDelete.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateDelete.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateDelete.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateDelete.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateDelete.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateDelete.sh
      x-meta:
        seo:
          title: _t__TemplateDelete::SEO::TITLE
          description: _t__TemplateDelete::SEO::DESCRIPTION
  /template/files/{template_id}:
    get:
      tags:
      - Template
      summary: Dropbox _t__TemplateFiles::SUMMARY
      description: _t__TemplateFiles::DESCRIPTION
      operationId: templateFiles
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateFiles::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      - name: file_type
        in: query
        description: _t__TemplateFiles::FILE_TYPE
        schema:
          type: string
          enum:
          - pdf
          - zip
      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/pdf:
              schema:
                type: string
                format: binary
            application/zip:
              schema:
                type: string
                format: binary
        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'
                422_example:
                  $ref: '#/components/examples/Error422ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateFiles.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateFiles.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateFiles.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateFiles.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateFiles.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateFiles.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateFiles.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateFiles.sh
      x-meta:
        seo:
          title: _t__TemplateFiles::SEO::TITLE
          description: _t__TemplateFiles::SEO::DESCRIPTION
  /template/files_as_data_uri/{template_id}:
    get:
      tags:
      - Template
      summary: Dropbox _t__TemplateFilesAsDataUri::SUMMARY
      description: _t__TemplateFilesAsDataUri::DESCRIPTION
      operationId: templateFilesAsDataUri
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateFiles::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      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/FileResponseDataUri'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateFilesResponseExample'
        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'
                422_example:
                  $ref: '#/components/examples/Error422ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateFilesAsDataUri.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateFilesAsDataUri.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateFilesAsDataUri.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateFilesAsDataUri.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateFilesAsDataUri.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateFilesAsDataUri.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateFilesAsDataUri.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateFilesAsDataUri.sh
      x-meta:
        seo:
          title: _t__TemplateFiles::SEO::TITLE
          description: _t__TemplateFiles::SEO::DESCRIPTION
  /template/files_as_file_url/{template_id}:
    get:
      tags:
      - Template
      summary: Dropbox _t__TemplateFilesAsFileUrl::SUMMARY
      description: _t__TemplateFilesAsFileUrl::DESCRIPTION
      operationId: templateFilesAsFileUrl
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateFiles::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      - name: force_download
        in: query
        description: _t__TemplateFiles::FORCE_DOWNLOAD
        schema:
          type: integer
          default: 1
      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/FileResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateFilesResponseExample'
        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'
                422_example:
                  $ref: '#/components/examples/Error422ResponseExample'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateFilesAsFileUrl.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateFilesAsFileUrl.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateFilesAsFileUrl.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateFilesAsFileUrl.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateFilesAsFileUrl.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateFilesAsFileUrl.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateFilesAsFileUrl.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateFilesAsFileUrl.sh
      x-meta:
        seo:
          title: _t__TemplateFiles::SEO::TITLE
          description: _t__TemplateFiles::SEO::DESCRIPTION
  /template/{template_id}:
    get:
      tags:
      - Template
      summary: Dropbox _t__TemplateGet::SUMMARY
      description: _t__TemplateGet::DESCRIPTION
      operationId: templateGet
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateGet::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      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/TemplateGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateGetResponseExample'
        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'
                429_example:
                  $ref: '#/components/examples/Error429ResponseExample'
                4XX_example:
                  $ref: '#/components/examples/Error4XXResponseExample'
      security:
      - api_key: []
      - oauth2:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateGet.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateGet.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateGet.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateGet.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateGet.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateGet.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateGet.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateGet.sh
      x-meta:
        seo:
          title: _t__TemplateGet::SEO::TITLE
          description: _t__TemplateGet::SEO::DESCRIPTION
  /template/list:
    get:
      tags:
      - Template
      summary: Dropbox _t__TemplateList::SUMMARY
      description: _t__TemplateList::DESCRIPTION
      operationId: templateList
      parameters:
      - name: account_id
        in: query
        description: _t__TemplateList::ACCOUNT_ID
        schema:
          type: string
      - name: page
        in: query
        description: _t__TemplateList::PAGE
        schema:
          type: integer
          default: 1
      - name: page_size
        in: query
        description: _t__TemplateList::PAGE_SIZE
        schema:
          type: integer
          default: 20
          maximum: 100
          minimum: 1
      - name: query
        in: query
        description: _t__TemplateList::QUERY
        schema:
          type: string
      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/TemplateListResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateListResponseExample'
        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:
        - template_access
      x-codeSamples:
      - lang: PHP
        label: PHP
        source:
          $ref: examples/TemplateList.php
      - lang: C#
        label: C#
        source:
          $ref: examples/TemplateList.cs
      - lang: JavaScript
        label: JavaScript
        source:
          $ref: examples/TemplateList.js
      - lang: TypeScript
        label: TypeScript
        source:
          $ref: examples/TemplateList.ts
      - lang: Java
        label: Java
        source:
          $ref: examples/TemplateList.java
      - lang: Ruby
        label: Ruby
        source:
          $ref: examples/TemplateList.rb
      - lang: Python
        label: Python
        source:
          $ref: examples/TemplateList.py
      - lang: cURL
        label: cURL
        source:
          $ref: examples/TemplateList.sh
      x-meta:
        seo:
          title: _t__TemplateList::SEO::TITLE
          description: _t__TemplateList::SEO::DESCRIPTION
  /template/remove_user/{template_id}:
    post:
      tags:
      - Template
      summary: Dropbox _t__TemplateRemoveUser::SUMMARY
      description: _t__TemplateRemoveUser::DESCRIPTION
      operationId: templateRemoveUser
      parameters:
      - name: template_id
        in: path
        description: _t__TemplateRemoveUser::TEMPLATE_ID
        required: true
        schema:
          type: string
        example: f57db65d3f933b5316d398057a36176831451a35
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TemplateRemoveUserRequest'
            examples:
              default_example:
                $ref: '#/components/examples/TemplateRemoveUserRequestDefaultExample'
      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/TemplateGetResponse'
              examples:
                default_example:
                  $ref: '#/components/examples/TemplateRemoveUserResponseExample'
        4XX:
          description: failed_operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'


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