Skip to content
MiniMailer
Docs
Toggle sidebar
Quick links
Documentation
Knowledge Base
API Reference
Changelog
No results found

MiniMailer API

JSON:API endpoints for MiniMailer. Content negotiation follows JSON:API v1.1: mutation requests must send `Content-Type: application/vnd.api+json` (a `profile` media type parameter is accepted and ignored; an `ext` parameter or any other parameter such as `charset` returns 415, as no JSON:API extensions are supported). Any request whose `Accept` header mentions the JSON:API media type only in instances modified by disallowed parameters — or only with unsupported `ext` extensions — returns 406. This reference is generated from the OpenAPI specification (v1.0.0), so it always matches the live API. General concepts live on their own pages: query parameters, pagination, and errors.

Base URL

https://api.minimailer.app

Authentication

Every request is authenticated with a personal access token sent as a bearer token. Create and revoke tokens from the dashboard, or programmatically through the Tokens endpoints.

Authorization: Bearer $MINIMAILER_API_TOKEN

Media type

The API speaks JSON:API. Send Accept: application/vnd.api+json on every request and Content-Type: application/vnd.api+json on requests with a body.

Resources