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 

SignRole

Parameters

NameTypeDescriptionRequirement
idIntegerThe sign role identifierRequired
nameStringThe name of the sign roleRequired
sequenceIntegerThe sequence in which the sign role appears in our user interfaces and, if applicable, the sequence in which the sign role participates in a sign request.Required

Example Response

{
  "id": 497,
  "name": "CEO",
  "sequence": 0
}
  • Table of Contents
    • Parameters
    • Example Response