The DatHost API
Introduction
You can use the DatHost API to automate creation/deletion and control of servers if you for example want to integrate our game servers into your service. The API is a RESTful HTTP API which means that all interactions are made using regular HTTP requests, if you are logged in you can even try out the functionality in your web browser below.To authenticate with our API use HTTP basic authentication with login email and password. You should send the basic auth header with every request. By default all actions are done against the account you authenticate to, if you are invited to another account you can add the HTTP header Account-Email: <email> with the login email of the account which you like to do the action on.
If you have any questions or suggestions get in touch with support@dathost.net
CS:GO Match Configuration
If you plan to use the API to integrate with some CS:GO match service of yours, we would recommend having a look at the match endpoint in our API. That includes everything needed to get going with an automated match solution.Read more in our CS:GO Match Documentation PDF here.