---
metadata:
  - name: generator
    content: Diplodoc Platform v5.19.4
alternate:
  - https://yandex.ru/dev/audience/en/intro/method-call.md
  - https://yandex.ru/dev/audience/ru/intro/method-call.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/audience/en/llms.txt

# Method calls

{% note info %}

Requests to the Yandex Audience API are sent over the HTTPS protocol.

{% endnote %}

A request to the service uses the following format:

```no-highlight translate=no
<method_type> https://api-audience.yandex.com/<version>/<API_section>/<method_name>?<parameters>
```

`<method_type>` ― GET, POST, PUT or DELETE.

`<version>` ― The number of the current version of the API.

`<API_section>` ― The name of the API section to perform the action in.

`<method_name>` ― The URL of the resource to perform the action on.

`<parameters>` ― Required and optional request parameters.

You must also include the access token that is required for [authorization](https://yandex.ru/dev/audience/en/intro/authorization.md) on the Yandex OAuth server.

