LogoLogo
  • EN
    • Entry
    • Authentication
  • WebHook signature verification
  • Deposit skins
    • Create deposit
    • Deposit status
    • Deposit history
    • WebHook
  • Withdraw skins
    • List of available skins
    • Skins search
    • Buy skin
    • Purchase status
    • Purchase history
    • WebHook
  • Other
    • Project balance
    • List of available currencies
  • ru
    • Вступление
    • Аутентификация
    • Проверка подписи WebHook
    • Депозит скинами
      • Создание депозита
      • Статус депозита
      • История депозитов
      • WebHook
    • Вывод скинов
      • Список доступных скинов
      • Поиск скинов
      • Покупка скина
      • Статус покупки
      • История покупок скинов
      • WebHook
    • Другое
      • Баланс проекта
      • Список доступных валют
Powered by GitBook
On this page
  • Getting started with API
  • Authentication
  • Response format
  1. EN

Entry

Welcome to the Skinout Pay API!

NextAuthentication

Last updated 2 months ago

Getting started with API

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

https://pay.skinout.gg/api/v1/<API METHOD>

Service accepts POST requests in JSON format with the header "Content-Type: application/json"

Authentication

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

Response format

All service responses contain the success parameter (can be true or false)

If success = false , then the response will contain the error parameter with the description of the error.

Authentication