rebrand to useSend (#210)

This commit is contained in:
KM Koushik
2025-09-03 08:21:55 +10:00
committed by GitHub
parent b1a59d2705
commit 07c53d3f58
219 changed files with 1349 additions and 2835 deletions

View File

@@ -5,12 +5,12 @@ description: "Fundamental concepts of Usend's API."
## Base URL
Unsend's API is built on REST principles and is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
useSend's API is built on REST principles and is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
The Base URL for all API endpoints is:
```sh Terminal
https://app.unsend.dev/api/
https://app.usesend.com/api/
```
## Authentication
@@ -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/dev-settings/api-keys).
You can create a new token/API key under your useSend [Developer Settings](https://app.usesend.com/dev-settings/api-keys).