Jump to Content
Signinc
API Reference
v1.0

Log InSigninc
API Reference
Log In
v1.0API Reference

Overview

  • Introduction
  • Getting started
  • Going live
  • Errors

Authentication

  • Authenticationpost

API Endpoints

  • Overview
  • Get list of sendersget
  • Get list of teamsget
  • Get list of templatesget
  • Get templateget
  • Get list of sign requestsget
  • Get sign requestget
  • Get sign request linkget
  • Embed sign requestget
  • Send sign requestpost
  • Cancel sign requestpost
  • Complete sign requestpost
  • Download filespost
  • Download file URLspost
  • Download file URLpost
  • Download audit trailpost

Webhook Endpoints

  • Overview
  • Get list of event typesget
  • Get list of webhook endpointsget
  • Get webhook endpointget
  • Create webhook endpointpost
  • Update webhook endpointput
  • Delete webhook endpointdel

Response Objects

  • Document
  • Field
  • FieldChoice
  • FieldData
  • Participant
  • SignRequest
  • SignRole
  • Template
  • Webhook

Integrations

  • Overview
  • Getting started
  • Templates
Powered by 

Document

Parameters

NameTypeDescriptionRequirement
nameStringThe document nameRequired
mimetypeStringThe document mimetypeRequired
fileContentStringThe Base64 encoded document contentRequired

Example Response

{
    "name": "sign test_audit_trail",
    "mimetype": "application/pdf",
    "fileContent": "JVBERi0xLjMKJf////8KNyAwIG9iag...UVPRgo="
}
  • Table of Contents
    • Parameters
    • Example Response