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 

FieldChoice

Parameters

NameTypeDescriptionRequired or optional
idIntegerThe fieldChoice identifierRequired
textStringThe descriptive text that accompanies a field choiceRequired

Example Response

{
  "id": 17,
  "text": "Green"
}
  • Table of Contents
    • Parameters
    • Example Response