---
metadata:
  - name: generator
    content: Diplodoc Platform v5.48.2
alternate:
  - https://yandex.com.tr/dev/metrika/en/management/openapi/goal/getMessengers.md
  - https://yandex.com.tr/dev/metrika/ru/management/openapi/goal/getMessengers.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/dev/metrika/en/llms.txt

<!-- source: en/management-src/Managing-goals/getMessengers.md -->
<div class="openapi">

# List of messaging apps

<!-- markdownlint-disable-file -->

Returns the list of messaging apps click-throughs to which you can track using the **Open messenger** goal.

## Request

<div class="openapi__requests">

<div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-get);margin-bottom: 12px">

<div class="openapi__request">

GET {.openapi__method}
```text translate=no
https://api-metrika.yandex.net/management/v1/messengers
```

</div>

</div>

</div>

## Responses

<div class="openapi__response__code__200">

## 200 OK

OK

<div class="openapi-entity">

### Body

{% cut "application/json" %}

```json translate=no
{
  "messengers": [
    null
  ]
}
```

{% endcut %}

#|
|| **Name** | **Description** ||
||

_messengers_{.json-schema-reset .json-schema-property}
{.table-cell}|
**Type**: [Messenger](#entity-Messenger)[]

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
[
  null
]
```

{% endcut %}
{.table-cell}
||
|#{.json-schema-properties}

</div>

<div class="openapi-entity">

### Messenger {#entity-Messenger}

Name of the massaging app. For example: telegram, whatsapp, facebook, vk, skype.

**Type**: unknown

_Example:_{.json-schema-reset .json-schema-example} `null`

</div>

</div>

</div>
<!-- endsource: en/management-src/Managing-goals/getMessengers.md -->

[*Deprecated]: No longer supported, please use an alternative and newer version.