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

@@ -21,4 +21,4 @@ Authentication to Usend's API is performed via the Authorization header with a B
Authorization: Bearer us_12345
```
You can create a new token/API key under your Unsend [Developer Settings](https://app.unsend.dev/api-keys).
You can create a new token/API key under your Unsend [Developer Settings](https://app.unsend.dev/dev-settings/api-keys).

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";

View File

@@ -20,7 +20,7 @@ Quicklinks to set up your account and get started
<Card
title="Create API key"
icon="key"
href="https://app.unsend.dev/api-keys"
href="https://app.unsend.dev/dev-settings/api-keys"
>
Generate API key to send emails from your app.
</Card>

View File

@@ -2,7 +2,7 @@
## 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)
## Installation