Dedicated Servers API

The Dedicated Servers API is a software interface that allows you to manage Dedicated Servers through HTTPS requests.

Authentification

In order to interact with the Dedicated Servers API, you or your application must authenticate. The Dedicated Servers API handles this through OAuth, an open standard for authorization. You can generate an API key by visiting the API keys section of the Selectel control panel for your account. The key must be sent in the X-Token header for each request.

curl -H "X-token: <token>" -H "Content-Type: application/json" https://api.selectel.ru/servers/v2/resource

API