Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationRecipients

Get In-Person Signing Link

POST
/v2/sign/in-person/{envelope_id}/{role_name}

Path Parameters

envelope_id*string

The envelope to operate on.

Formatuuid
role_name*string

The role to request.

Response Body

application/json

application/json

application/json

application/json

application/json

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