{
  "data": {
    "envelope_id": "<envelopeId>",
    "status": "ACTIVE",
    "details": {
      "recipients": [
        {
          "id": "uuid",
          "sign_status": "UNSIGNED",
          "name": "name1",
          "email": "email1@email.com",
          "auth_type": "sign-auth",
          "role": "Signee"
        }
      ]
    }
  }
}