# 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="/pages/VUyUHwrRBUfgu27P2Rcd" %}
[Authentication](/en/sign.md)
{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
