Detail signer

Detail signer

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

Path Parameters

Name
Type
Description

signer_token

string

Signer token

Headers

Name
Type
Description

Authorization*

string

apiToken ahead of the "Bearer" text.

Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23

{
    "external_id": "",
    "token": "9031eccc-3926-453d-b384-5f1afeadf16c",
    "status": "new",
    "name": "João da Silva",
    "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": "testemunha",
    "signature_anchor_text": "<<signer1>>",
    "rubrica_anchor_text": "<<vistoSigner1>>"
}

Request

Response

Last updated

Was this helpful?