diff --git a/dnsapi.md b/dnsapi.md index f7a0b44..fab80a7 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -724,13 +724,15 @@ The `Dynu_ClientId` and `Dynu_Secret` will be saved in `~/.acme.sh/account.conf` ## 25. Use DNSimple API -First you need to login to your DNSimple account and generate a new oauth token. +First you need to login to your [DNSimple.com](https://dnsimple.com) account and generate a new oauth token. `https://dnsimple.com/a/{your account id}/account/automation` -Note that this is an _account_ token and not a user token. +**Note:** This is an _account_ token and not a user token. The account token is needed to infer the `account_id` used in requests. + A user token will not be able to determine the correct account to use. +You may check tokens at https://dnsimple.com/a//account/access_tokens ```sh export DNSimple_OAUTH_TOKEN=""