# Вступление

## Начало работы с API

Взаимодействие с API осуществляется с помощью POST или GET запросов на URL:

{% hint style="info" %}
<https://pay.skinout.gg/api/v1/\\><API METHOD>
{% endhint %}

Сервис принимает POST запросы в формате [*<mark style="background-color:blue;">JSON</mark>*](#user-content-fn-1)[^1] *c заголовком* <mark style="background-color:blue;">"Content-Type: application/json"</mark>

### Аутентификация

Все запросы к API должны быть подписаны с помощью вашего API Key:

{% content-ref url="/pages/inOk0CigW98lP50mVN1S" %}
[Аутентификация](/ru/sign.md)
{% endcontent-ref %}

### Формат ответа

Все ответы сервиса содержат параметр <mark style="background-color:blue;">success</mark> (Принимает значения true и false)

Если <mark style="background-color:blue;">success = false</mark> , то будет передан параметр <mark style="background-color:blue;">error</mark> с описанием ошибки.

[^1]:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.skinout.gg/ru/vstuplenie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
