API

An 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.

Address

Version Root URL Documentation
1.0 api.alwaysdata.com/v1 https://api.alwaysdata.com/doc/

Quick examples

$ curl --basic --user "APIKEY account=[account]:" https://api.alwaysdata.com/v1/mailbox/

Restart a website

$ curl -X POST --basic --user "APIKEY account=[account]:" https://api.alwaysdata.com/v1/site/1234/restart/

APIKEY to replace per the API token, [account] per the account name and 1234 per the site ID.

Find out more