Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Sign
  • Back to home
  • LOS
  • Approval
    • List
      GET
    • Create
      POST
    • Get
      GET
    • Approve
      PUT
    • Bulk Approve
      PUT
  • Custom Fields
    • List Custom Fields
      GET
    • Create Custom Fields
      POST
  • Assessments
    • List
      GET
    • Submit
      PUT
  • Agreement
    • Generate
      POST
    • List
      GET
    • Upload
      POST
  • Stamp
    • Generate
      POST
    • Upload
      POST
    • Get Status
      GET
  • Sign
    • Initiate Esign
      POST
    • Refresh
      GET
  • Document
    • List
      GET
    • Detail
      GET
    • Update
      PATCH
    • Delete
      DELETE
  • Accounts
    • Reopen Account
      PUT
    • List
      GET
    • Create
      POST
    • Drop
      PUT
    • Approve
      PUT
    • Detail
      GET
    • Initiate
      PUT
    • Activate
      PUT
  • Signing
    • Initiate
    • Service Callback
    • Upload
    • List
  • Insurances
    • Create
  • Fee
    • Create
  • Mandate
    • Create
    • Get Details
  1. Sign

Initiate Esign

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/los/signs/initiate/
Last modified:2025-02-21 06:52:30

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
account
string 
required
Example
{
    "account": "fdb39caf-4128-442e-9352-85b8e651f2af"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://preprod.api.crego.io/v1/los/signs/initiate/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "account": "fdb39caf-4128-442e-9352-85b8e651f2af"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
Get Status
Next
Refresh
Built with