Authentication
Pre Release: Subject to changes
Requests are authenticated using a Bearer Token, which you should include in the header with every request.
API calls should be made from your backend application and our servers. Under no circumstance should you be making direct calls from your user-facing front end application, since it reveals your API token and is a huge security concern.
GET https://zestystore.com/api/reseller/v1/servers
Headers
Name
Type
Description
Authorization*
String
Bearer [token]
Accept*
String
application/json
Last updated