Skip to content

Commit 40630ac

Browse files
Clarify username and password in API authentication
Updated the authentication section to clarify username and password details.
1 parent 4528463 commit 40630ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getting-started/using-the-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Generate images from HTML and CSS.
2424
## Authentication
2525
The API uses [HTTP Basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication).
2626

27-
- Your username is your **User ID** and your password is your **API Key**. Both of these are available from the [dashboard](https://htmlcsstoimage.com/dashboard). The code samples demonstrate how to authenticate your request.
27+
- Your username is the **ID** and your password is your **API Key**. Both of these are available from the [dashboard](https://htmlcsstoimage.com/dashboard/api-keys). The code samples demonstrate how to authenticate your request.
2828
- Treat your API Key like a password. If exposed, it could be used to create images using your account.
2929

3030
## Creating an image

0 commit comments

Comments
 (0)