Verdocs - Developer Documentation

Get current KBA step

GET
/v2/kba/{envelope_id}/{role_name}

Path Parameters

envelope_id*string

The envelope to operate on.

Formatuuid
role_name*string

The recipient role name.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.verdocs.com/v2/kba/ENVELOPE_ID/ROLE_NAME" \    -H "Authorization: Bearer ACCESS_TOKEN" \    -H "content-type: application/json" \    -d '{"param": "value"}'
null
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}