API

Discover our Public Cloud offer

Shared Hosting for Everyone, imagined by developers, for developers.

Discovering the Public Cloud

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.

The API does not work if you have activated two-factor authentication on your profile.

Address

VersionRoot URLDocumentation
1.0api.alwaysdata.com/v1https://api.alwaysdata.com/doc/

Quick examples

$ curl --basic --user APIKEY: https://api.alwaysdata.com/v1/mailbox/

Restart a website

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

Find out more