Document
A file (.pdf) that is used for signing.
FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
120837a7-c5bd-4bb2-a4f7-6d155bf93a37Document Id
fc0a7454-3ac1-464f-b18b-cc8077d21782Success
Document ID
Related bundle ID. Can be null if not yet assigned to a bundle
Lookup metadata
Document Dispay name
Estimated size of the document (Affects inbox limit)
URL to download the signed PDF
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/Get?TenantId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}Uploads a given document into the system to be attached to bundles. Domain must be preapproved in developer settings page.
FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
3b018350-1222-46f1-b3e7-802e8d933647Publically accessible Url with a pdf - must be added to your developer domain whitelist
https://domain/document.pdfSuccess
Document ID
Related bundle ID. Can be null if not yet assigned to a bundle
Lookup metadata
Document Dispay name
Estimated size of the document (Affects inbox limit)
URL to download the signed PDF
Bad Request
Unauthorized
Forbidden
POST /api/Document/UploadUsingURL?TenantId=text&Url=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
de037523-aee3-46c0-b567-5670b15415f3Metadata to attach to document for later use
3af643e6-f425-4495-aea6-d13081b77e69Success
Document ID
Related bundle ID. Can be null if not yet assigned to a bundle
Lookup metadata
Document Dispay name
Estimated size of the document (Affects inbox limit)
URL to download the signed PDF
Bad Request
Unauthorized
Forbidden
Not Found
POST /api/Document/Upload HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 109
{
"File": null,
"TenantId": "de037523-aee3-46c0-b567-5670b15415f3",
"Meta": "3af643e6-f425-4495-aea6-d13081b77e69"
}{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
a62b7faf-c903-4420-94df-06c5539d684aSuccess
Document ID
Related bundle ID. Can be null if not yet assigned to a bundle
Lookup metadata
Document Dispay name
Estimated size of the document (Affects inbox limit)
URL to download the signed PDF
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/ListPending?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"DocumentId": "text",
"BundleId": "text",
"Meta": "text",
"DisplayName": "text",
"EstimatedSize": 1,
"SignedPDFDownloadUrl": "text"
}
]FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
b7fba9dc-f1a1-470c-a593-157ad3937221Bundle Id
e067e7ea-f07f-460f-a521-f2ccc6129bd6Document Id
7402ccb1-a41d-430c-9b0d-c3ac445daceeSuccess
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/Download?TenantId=text&BundleId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryFuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
7250b82f-9b1f-44a4-847a-8089dbb58000Document Id
a861193d-1114-4d05-af50-ac77f8908e1eSuccess
Bad Request
Unauthorized
Forbidden
POST /api/Document/Delete?TenantId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: */*
Accept: */*
Content-Length: 53
{
"DocumentId": "a861193d-1114-4d05-af50-ac77f8908e1e"
}{
"Result": true
}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
FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
1a897499-9327-43b0-9c1f-69353ea516f9Bundle Id
ae5e07d6-e0f4-43d2-a58d-0f642e2711d8Document Id
385bd260-874a-4bbc-8245-a9974e726619Success
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/DownloadAudit?TenantId=text&BundleId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryDownload 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
FuseSign OAuth 2. Use this for most implementations.
FuseSign Tenant Id
aeff58ed-fb48-445a-9182-2084f857d882Bundle Id
4a747513-11fc-44cc-87a2-7ca89667367bDocument Id
33384329-f8a0-43cd-9c55-75dfdf31442cSuccess
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/Document/DownloadDocumentNoAudit?TenantId=text&BundleId=text&DocumentId=text HTTP/1.1
Host: api.fuse.work
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binaryLast updated