Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationRecipients

Start Signing Session

POST
/v2/sign/unauth/{envelope_id}/{role_name}/{key}

Path Parameters

envelope_id*string

The envelope to operate on.

Formatuuid
role_name*string

The role to request.

key*string

Access key generated by the envelope creator or email/SMS invite.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/sign/unauth/497f6eca-6276-4993-bfeb-53cbbbba6f08/string/string"
{
  "access_token": "string",
  "envelope": "string",
  "initials": "string",
  "recipient": "string",
  "signatures": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}