📄️ Getting started
Welcome to the Skinport API! Our REST API enables seamless integration of Skinport’s marketplace features into your business or application. Whether you're managing sales, accessing item details, or leveraging other marketplace functionalities, our API provides a robust and straightforward solution.
📄️ Base Endpoint
📄️ API Key
NEVER SHARE YOUR API KEY WITH ANYONE. YOUR API KEY GRANTS FULL, UNRESTRICTED ACCESS TO YOUR SKINPORT ACCOUNT.
📄️ Authentication
Basic authentication is a simple authentication scheme built into the HTTP protocol. It requires an Authorization header containing the word Basic followed by a space and a Base64-encoded string in the format clientId:clientSecret. Always use HTTPS to ensure credentials are securely transmitted.
📄️ HTTP Methods
As per RESTful design patterns, Skinport API implements following HTTP verbs:
📄️ Status Codes
- 200 OK Successful request
📄️ Errors
Generic error response (4xx, 5xx)