# Detail signer

## Detail signer

<mark style="color:blue;">`GET`</mark> `https://api.zapsign.com.br/api/v1/signers/{{signer_token}}/`

#### Path Parameters

<table><thead><tr><th width="211">Name</th><th width="151">Type</th><th>Description</th></tr></thead><tbody><tr><td>signer_token</td><td>string</td><td>Signer token</td></tr></tbody></table>

#### Headers

<table><thead><tr><th width="192">Name</th><th width="112">Type</th><th>Description</th></tr></thead><tbody><tr><td>Authorization<mark style="color:red;">*</mark></td><td>string</td><td><p>apiToken ahead of the "Bearer" text. </p><p>Ex: Bearer c7f35c84-7893-4087-b4fb-d1f06c23</p></td></tr></tbody></table>

{% tabs %}
{% tab title="200 Signer details" %}

```json
{
    "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>>"
}
```

{% endtab %}
{% endtabs %}

### Request

{% embed url="<https://www.postman.com/zapsign/workspace/zapsign-workspace/request/27495556-b51eb4aa-9efe-4d91-afb4-5baba556d906?ctx=documentation>" %}

### Response

```json
{
    "external_id": "",
    "token": "9534eabd-1111-4ba0-aaaa-37bfa6324257",
    "status": "signed",
    "name": "João da Silva",
    "lock_name": false,
    "email": "joao@gmail.com",
    "lock_email": false,
    "phone_country": "55",
    "phone_number": "11999881286",
    "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": "assinaturaTela",
    "qualification": "contratante",
    "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
}
```
