Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudAn API (or Application Programming Interface) is a programming interface used to automate how you manage your resources.
Our REST API lets you manage your alwaysdata resources (accounts, e-mails, databases, etc.) from your code.
The API does not work if you have activated two-factor authentication on your profile.
Version | Root URL | Documentation |
---|---|---|
1.0 | api.alwaysdata.com/v1 | https://api.alwaysdata.com/doc/ |
$ curl --basic --user APIKEY: https://api.alwaysdata.com/v1/mailbox/
$ curl -X POST --basic --user "APIKEY:" https://api.alwaysdata.com/v1/site/1234/restart/
APIKEY
to replace per the API token and 1234
per the site ID.