Resello uses a REST API. You can use any programming language that works with HTTP request to build your own application using our API. You can use available methods to communicate with our API.
There is only one important thing
Set a custom HTTP-header X-APIKEY
with your API-key
If you don’t set this API Key you will receive an error from our API.
If your API key is hostcontrol-backoffice-api-key
, then add
the following HTTP header to your request:
X-APIKEY: hostcontrol-backoffice-api-key
Tip: If you want to test the API-connection, we recommend using the Advanced REST client extension for Google Chrome
To get your API key, please login to your Reseller Area, choose Storefront and scroll to the bottom of the page.