This document describes the Simply.com RESTful JSON API.
You can find the HTTP endpoint on https://api.simply.com/2/ - prefix your requests with this.
Authentication happens with HTTP Basic Authentication.
Username is the account-name and password is the API-KEY for the specific account.
The API-Key assigned to your Simply.com account can be found in your Simply.com Controlpanel.
You can find the OpenAPI spec for the API here: https://api.simply.com/2/openapi.json.
Consider using the Swagger UI browser here: https://generator.swagger.io/.
The following libraries are availiable for use.
PHP | https://github.com/simplycom/api-php |
---|---|
acme.sh | https://github.com/acmesh-official/acme.sh/ |
Posh-ACME | https://github.com/rmbolger/Posh-ACME/ |
This endpoint helps you easily set up DDNS on a domain.
Use the following curl command to set home.example.com
to the external IP of the requesting client:
curl -s -u "ACCOUNTNAME:APIKEY" -X POST "https://api.simply.com/2/ddns/?domain=example.com&hostname=home"
You can set this command to run in a crontab, on a local machine, every 15 minutes or so.
On Synology you can use the following syntax as Custom DDNS Provider
https://api.simply.com/2/ddns/?hostname=__HOSTNAME__&myip=__MYIP__
Hostname should then be provided as the full qualified domain name that you wish to update, i.e. home.example.com
.
We strongly advice you to choose another password
The entered password is known in "Have I Been Pwned", which is a public database of leaked passwords on the internet.
Probably you (or someone else) used the password before on a website, which is known to have leaked the password. It is not safe to use this password.
We strongly advice you to choose another password.
Enter your password here for more information: https://haveibeenpwned.com/Passwords.