# Verificar se determinado número tem WhatsApp

<mark style="color:blue;">`GET`</mark> `https://api.astraapi.com/api/contacts/is-on-whatsapp/{{instanceId}}`

#### Path Parameters

| Name                                         | Type   | Description         |
| -------------------------------------------- | ------ | ------------------- |
| instanceId<mark style="color:red;">\*</mark> | Number | Número da instancia |

#### Query Parameters

| Name                                    | Type   | Description                                    |
| --------------------------------------- | ------ | ---------------------------------------------- |
| phone<mark style="color:red;">\*</mark> | String | Telefone que você deseja saber se tem WhatsApp |

#### Headers

| Name                                            | Type   | Description            |
| ----------------------------------------------- | ------ | ---------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Seu token de segurança |

{% tabs %}
{% tab title="200: OK Se tem WhatsApp ou não" %}

```json
{
    "exists": true,
    "jid": "55799999999@s.whatsapp.net"
}
```

{% endtab %}
{% endtabs %}
