Welcome to the Skinify API!
If you have any questions or suggestions feel free to contact us.
Responses for all endpoints are in JSON format.
Successful API calls contain {"status":"success"}
at the root in the response body.
Responses for failed requests will have the error status and contain more details on the error: {"status":"error", "error_message":"some_error"}
All endpoints require a Merchant API access token. Visit project settings to obtain it.
The access token should be included in all API requests as a “Token” HTTP header. For GET requests the token must be included as a query parameter token
.
Token: sometesttoken
Our system has a limit of 300 requests to the server per minute. If this limit is exceeded, there will be a small blocking and the status from the server will be as follows: {"status":"error", "error_message":"request_limit_exceeded"}