# Entry

## Getting started with API

Interaction with the API works using POST or GET requests to the URL:

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

Service accepts POST requests in JSON format with the header <mark style="background-color:blue;">"Content-Type: application/json"</mark>

### Authentication

All requests to the API must be signed using your API Key:

{% content-ref url="sign" %}
[sign](https://docs.skinout.gg/en/sign)
{% endcontent-ref %}

### Response format

All service responses contain the <mark style="background-color:blue;">success</mark> parameter (can be <mark style="background-color:blue;">true</mark> or <mark style="background-color:blue;">false</mark>)

If <mark style="background-color:blue;">success = false</mark> , then the response will contain the <mark style="background-color:blue;">error</mark> parameter with the description of the error.


---

# 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/en/entry.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.
