Document

A file (.pdf) that is used for signing.

Produce the details of a specific document in the system.

get
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 8daaf877-9702-4880-b4cb-a383ed02ace9
DocumentIdstring · guidRequired

Document Id

Example: eaa609bc-39d4-45a2-a045-9645753eedeb
Responses
200

Success

application/json
get
/api/Document/Get

Uploads a given document into the system to be attached to bundles. Domain must be preapproved in developer settings page.

post
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 7adf6690-5d47-4c7e-840f-5a6ec4bf678b
UrlstringRequired

Publically accessible Url with a pdf - must be added to your developer domain whitelist

Example: https://domain/document.pdf
Responses
200

Success

application/json
post
/api/Document/UploadUsingURL

Uploads a given document into the system to be attached to bundles.

post
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Body
Filestring · binaryOptional
TenantIdstring · guid · min: 1Required

FuseSign Tenant Id

Example: 9422e80a-769f-4c1a-a51d-b667d3079d64
Metastring | nullableOptional

Metadata to attach to document for later use

Example: 091576d3-feab-4bd2-80ff-1f6832332617
Responses
200

Success

application/json
post
/api/Document/Upload

List all documents which have been uploaded which are not yet connected to a bundle.

get
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 3208b27f-5349-469c-80b6-665335b0a479
Responses
200

Success

application/json
get
/api/Document/ListPending

Download the pdf document in its current state (signed or unsigned)

get
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 9de327d0-3325-488c-9e89-b550f96018ce
BundleIdstring · guidRequired

Bundle Id

Example: 5b43f0a1-4dfa-4a1a-917d-3de69efe356a
DocumentIdstring · guidRequired

Document Id

Example: d7eb5fa4-07ab-4c90-bd79-a84e9d3d2a59
Responses
200

Success

application/octet-stream
Responsestring · binary
get
/api/Document/Download

If the target document is not attached to a bundle, you can delete it.

post
Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: b1010851-8875-4e6a-814e-87ca7a80da29
Body
DocumentIdstring · guid · min: 1Required

Document Id

Example: bfdb2471-5965-4036-ad17-1334e3be151a
Responses
200

Success

application/json
post
/api/Document/Delete

Download the pdf document audit trail

get

Download document's audit trail. This will only work if the document has been signed (or is a view only document) and Bundle.Settings.AuditType is set to Separate

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: ee16e8d1-460e-43b4-841a-0ca8b2f6ef48
BundleIdstring · guidRequired

Bundle Id

Example: 999a0a40-5dfd-4d2e-bea0-4c3f29bd4b92
DocumentIdstring · guidRequired

Document Id

Example: 16078ac4-a2a4-450d-a3dc-759bbbef7d7f
Responses
200

Success

application/octet-stream
Responsestring · binary
get
/api/Document/DownloadAudit

Download a signed document without the audit trail

get

Download a signed document without an audit trail embedded. This will only work if the document is a document with signing actions and has been signed and Bundle.Settings.AuditType is set to Separate

Authorizations
OAuth2authorizationCodeRequired

FuseSign OAuth 2. Use this for most implementations.

Authorization URL: Token URL: Refresh URL:
Available scopes:
  • : Manage FuseSign Bundles and corresponding data.
  • : Ability to send bundles and extract bundles created by this user only. Special purpose scope, contact support@fuse.work.
Query parameters
TenantIdstring · guidRequired

FuseSign Tenant Id

Example: 48290ce4-1256-4031-8832-e727224e8886
BundleIdstring · guidRequired

Bundle Id

Example: 61ae996b-87c3-43e9-ab40-3a13eca39ca0
DocumentIdstring · guidRequired

Document Id

Example: da1e36e4-74f7-4d05-af78-21ce24e2c4ac
Responses
200

Success

application/octet-stream
Responsestring · binary
get
/api/Document/DownloadDocumentNoAudit

Last updated