Add api key url
This commit is contained in:
@@ -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).
|
||||
|
@@ -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";
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user