Skip to main content

Get Document

GET 

/document/:document_id

The Get Document API enables you to retrieve details about a specific document.

Request

Path Parameters

    document_id stringrequired

    objectId of Document

Responses

successful operation

Schema

    objectId string
    file string
    title string
    note string

    folder

    object

    objectId string
    name string
    owner string

    signers

    object[]

  • Array [

  • name string
    email string
    phone string
  • ]

  • createdAt date
    updatedAt date
Loading...