How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dropbox Sign (HelloSign) Template API

{'$ref': './markdown/en/tags/template-tag-description.md'}

Dropbox Sign (HelloSign) Template API is one of 13 APIs that Dropbox Sign (HelloSign) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Template. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 11 operations across 11 paths, and defines 41 schemas. It is described by OpenAPI 3.2.0, at version 3.0.0.

Requests are made against a single base URL, https://api.hellosign.com/v3.

11 operations 11 paths 41 schemas 5 GET6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.0.0
Base URL
https://api.hellosign.com/v3
Authentication
HTTP Basic, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Dropbox Sign (HelloSign) Template API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (api_key). It accepts HTTP bearer tokens (JWT) (oauth2). By default, every request must be authenticated.

  • api_key — Your API key can be used to make calls to the Dropbox Sign API. See [Authentication](/api/reference/authentication) for more information. ✅ Supported by Try it…
  • oauth2 — You can use an Access Token issued through an OAuth flow to send calls to the Dropbox Sign API from your app. The access scopes required by this endpoint are l…

Paths & Operations 11

Across 11 paths, the API surfaces 11 operations — 5 GET, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Template 11

{'$ref': './markdown/en/tags/template-tag-description.md'}

POST
/template/add_user/{template_id}
Add User to Template
templateAddUser 1 param body → 2004XX
POST
/template/create
Create Template
templateCreate body → 2004XX
POST
/template/create_embedded_draft
Create Embedded Template Draft
templateCreateEmbeddedDraft body → 2004XX
POST
/template/delete/{template_id}
Delete Template
templateDelete 1 param → 2004XX
GET
/template/files/{template_id}
Get Template Files
templateFiles 2 params → 2004XX
GET
/template/files_as_data_uri/{template_id}
Get Template Files as Data Uri
templateFilesAsDataUri 1 param → 2004XX
GET
/template/files_as_file_url/{template_id}
Get Template Files as File Url
templateFilesAsFileUrl 2 params → 2004XX
GET
/template/{template_id}
Get Template
templateGet 1 param → 2004XX
GET
/template/list
List Templates
templateList 4 params → 2004XX
POST
/template/remove_user/{template_id}
Remove User from Template
templateRemoveUser 1 param body → 2004XX
POST
/template/update_files/{template_id}
Update Template Files
templateUpdateFiles 1 param body → 2004XX

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are TemplateCreateEmbeddedDraftRequest (25 properties), TemplateCreateRequest (18 properties), TemplateResponse (16 properties), SubFormFieldsPerDocumentBase (11 properties). Each schema is shown below with its type and property counts.

TemplateResponseAccountQuota
object
An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template.
4 properties
TemplateCreateResponseTemplate
object
Template object with parameters: templateid.
1 property
ErrorResponseError
object
Contains information about an error that occurred.
3 properties 2 required
TemplateResponseCCRole
object
1 property
TemplateRemoveUserRequest
object
2 properties
TemplateResponseSignerRole
object
2 properties
SubMergeField
object
2 properties 2 required
SubFormFieldsPerDocumentBase
object
The fields that should appear on the document, expressed as an array of objects. (For more details you can read about it here: [Using Form Fields per Document]…
11 properties 9 required
TemplateResponseDocument
object
6 properties
SubFormFieldRuleTrigger
object
4 properties 2 required
TemplateResponse
object
Contains information about the templates you and your team have created.
16 properties
TemplateResponseDocumentCustomFieldBase
object
An array of Form Field objects containing the name and type of each named field.
10 properties 1 required
TemplateResponseDocumentFieldGroup
object
2 properties
TemplateResponseAccount
object
6 properties
FileResponseDataUri
object
1 property 1 required
TemplateUpdateFilesResponse
object
1 property 1 required
TemplateCreateEmbeddedDraftResponse
object
2 properties 1 required
SignatureRequestResponseAttachment
object
Signer attachments.
6 properties 4 required
SubTemplateRole
object
2 properties
TemplateCreateEmbeddedDraftResponseTemplate
object
Template object with parameters: templateid, editurl, expiresat.
4 properties
SubFormFieldRuleAction
object
4 properties 2 required
TemplateGetResponse
object
2 properties 1 required
SubFormFieldRule
object
4 properties 4 required
FileResponse
object
2 properties 2 required
TemplateResponseDocumentFormFieldBase
object
An array of Form Field objects containing the name and type of each named field.
9 properties 1 required
SubFormFieldGroup
object
3 properties 3 required
TemplateResponseDocumentFieldGroupRule
object
The rule used to validate checkboxes in the form field group. See [checkbox field grouping](/api/reference/constants/checkbox-field-grouping).
2 properties
SubFieldOptions
object
This allows the requester to specify field options for a signature request.
1 property 1 required
ListInfoResponse
object
Contains pagination information about the data returned.
4 properties
WarningResponse
object
A list of warnings.
2 properties 2 required
TemplateCreateResponse
object
2 properties 1 required
TemplateAddUserRequest
object
3 properties
SubAttachment
object
4 properties 2 required
TemplateUpdateFilesResponseTemplate
object
Contains template id
2 properties
TemplateCreateRequest
object
18 properties 2 required
TemplateResponseDocumentStaticFieldBase
object
An array describing static overlay fields. NOTE: Only available for certain subscriptions.
10 properties 1 required
TemplateCreateEmbeddedDraftRequest
object
25 properties 1 required
SubEditorOptions
object
This allows the requester to specify editor options when a preparing a document
2 properties
TemplateUpdateFilesRequest
object
6 properties
ErrorResponse
object
1 property 1 required
TemplateListResponse
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hellosign-template-api-openapi.yml Raw ↑

Other APIs Dropbox Sign (HelloSign) publishes across the network.

Dropbox Sign (HelloSign) Account API
Dropbox Sign (HelloSign) Api App API
Dropbox Sign (HelloSign) Bulk Send Job API
Dropbox Sign (HelloSign) Embedded API
Dropbox Sign (HelloSign) Fax API
Dropbox Sign (HelloSign) Fax Line API
Dropbox Sign (HelloSign) OAuth API
Dropbox Sign (HelloSign) Report API
Dropbox Sign (HelloSign) Signature Request API
Dropbox Sign (HelloSign) Team API
Dropbox Sign (HelloSign) Unclaimed Draft API
Dropbox Sign (HelloSign) Callbacks and Events API
Where this information came from

This is an independent, third-party profile of Dropbox Sign (HelloSign) Template API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.