Add api key url

This commit is contained in:
KMKoushik
2024-08-19 18:07:07 +10:00
parent c1a99626b6
commit 002af10f84
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ icon: node-js
## Prerequisites
- [Unsend API key](https://app.unsend.dev/api-keys)
- [Unsend API key](https://app.unsend.dev/dev-settings/api-keys)
- [Verified domain](https://app.unsend.dev/domains)
## Using SDK
@@ -33,7 +33,7 @@ icon: node-js
</Step>
<Step title="Initialize SDK">
Get the API key from the [Unsend dashboard](https://app.unsend.dev/api-keys) and initialize the SDK
Get the API key from the [Unsend dashboard](https://app.unsend.dev/dev-settings/api-keys) and initialize the SDK
```javascript
import { Unsend } from "unsend";