This page introduces the SenderKit public REST API. The endpoint pages in this section are generated from the OpenAPI specification and cover dispatching messages, listing message history, and reading or rendering stored templates.Documentation Index
Fetch the complete documentation index at: https://docs.senderkit.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All endpoints require a Bearer API key. Thesk_live_ / sk_test_ prefix selects
the environment; the prefix is a hint for humans, the secret is the full token.
Sends are asynchronous
POST /v1/send enqueues the message and returns 202 with status: "queued".
Delivery happens out of band — poll GET /v1/messages to observe progress.