Authentication

Authentication is performed using standard HTTP Basic Authentication. The username is your account username and the password is the API password available on your profile.

Your username and API password are securely encrypted by the SSL connection.

You can test your username and password on the CLI using cURL:

curl -u [username] https://api.getdpd.com/v2/

Enter your API password when prompted.