Detalles del firmante

Detalle del firmante

GET https://api.zapsign.com.br/api/v1/signers/{{signer_token}}/

Path Parameters

NombreTipoDescripción

signer_token

string

Token del firmante

Encabezado

NombreTipoDescripción

Authorization*

string

API token prefijo con la palabra "Bearer". Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23

{
    "external_id": "",
    "token": "9031eccc-3926-453d-b384-5f1afeadf16c",
    "status": "new",
    "name": "Pepito Perez",
    "lock_name": false,
    "email": "",
    "lock_email": false,
    "phone_country": "55",
    "phone_number": "11989128585",
    "lock_phone": true,
    "times_viewed": 0,
    "last_view_at": null,
    "signed_at": null,
    "auth_mode": "tokenEmail",
    "qualification": "Testigo"
}

Request

Response

{
    "external_id": "",
    "token": "9534eabd-1111-4ba0-aaaa-37bfa6324257",
    "status": "signed",
    "name": "Pepito Perez",
    "lock_name": false,
    "email": "pepito@gmail.com",
    "lock_email": false,
    "phone_country": "52",
    "phone_number": "873635521",
    "lock_phone": false,
    "times_viewed": 5,
    "last_view_at": "2021-08-23T21:50:02.193406Z",
    "signed_at": "2021-08-23T21:48:41.783595Z",
    "auth_mode": "tokenEmail",
    "qualification": "Testigo",
    "require_selfie_photo": true,
    "require_document_photo": false,
    "geo_latitude": "-20.559258",
    "geo_longitude": "-48.683447",
    "redirect_link": "",
    "resend_attempts": {
        "whatsapp": 0,
        "email": 0,
        "sms": 0
    },
    "send_automatic_whatsapp_signed_file": false
}

Last updated