unsent
unsent.dev
API Reference

Introduction

Fundamental concepts of Unsent's API.

API Reference

Unsent's API is built on REST principles and is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.

Base URL

The Base URL for all API endpoints is:

https://api.unsent.dev/v1

Authentication

Authentication to Unsent's API is performed via the Authorization header with a Bearer token. To authenticate, you need to include the Authorization header with the word Bearer followed by your token in your API requests like so:

Authorization: Bearer un_xxxx

API Keys

You can create a new token/API key under your Unsent Developer Settings.

Resources

Explore the available API resources.

Interactive API Documentation

Below is the complete interactive API documentation based on the OpenAPI specification. You can explore all endpoints, request/response schemas, and even try out the API directly from this documentation.