eSignon
ENG
ENG
  • API Description
  • Issuance
    • issue authentication token
  • Document
    • Start
      • Start email sending
      • Start email sending - ExportAPI Description
      • Bulk Contract Start
    • Search
      • Search with the specific field value.
      • Search by period
      • Search all documents
    • Change Status
      • Approval, Rejection
      • Cancel, disposal
    • Create Download URL
    • Resend
  • TEMPLATE
    • Search Template Info
Powered by GitBook
On this page
  • Ex) Header
  • Ex) Body

Was this helpful?

API Description

Nextissue authentication token

Last updated 4 years ago

Was this helpful?

  • The API provided by esignon is in the format of Header-Body.

  • Body data format is also provided in Header-Body format for protocol code and version management.

  • Format eg) Header-Body (Header-Body)

  • For some APIs, the body type may be different, so please refer to the description of each API.

  • When using eSignon API, a unique client ID is required.

  • For client ID issuance, please contact customer inquiry in our .

  • How to use) Client ID issuance (customer inquiry) -> Authentication token issuance -> API use by authentication token

  • ※Please follow the format of header token value input※

Ex) Header

In the case of Header, up to 2 input values are received, and all APIs except for the token issuance API must request by entering a token value in the Authorization field. A space between esignon and token value must be entered.

Ex) Body

{
    "header": {
        Key : "value"
    },
    "body": {
        key : "value"
    }
}

In the case of body, as above, when requesting, the header value and the key and value of the body must be written and requested in the body. Examples of key and value entered are listed in each API.

homepage