Entry
Welcome to the Skinout Pay API!
Getting started with API
Interaction with the API works using POST or GET requests to the URL:
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:
AuthenticationResponse 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.
Last updated