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
|
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
|
## 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)
|
- [Verified domain](https://app.unsend.dev/domains)
|
||||||
|
|
||||||
## Using SDK
|
## Using SDK
|
||||||
@@ -33,7 +33,7 @@ icon: node-js
|
|||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Initialize SDK">
|
<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
|
```javascript
|
||||||
import { Unsend } from "unsend";
|
import { Unsend } from "unsend";
|
||||||
|
@@ -20,7 +20,7 @@ Quicklinks to set up your account and get started
|
|||||||
<Card
|
<Card
|
||||||
title="Create API key"
|
title="Create API key"
|
||||||
icon="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.
|
Generate API key to send emails from your app.
|
||||||
</Card>
|
</Card>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## 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)
|
- [Verified domain](https://app.unsend.dev/domains)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Reference in New Issue
Block a user