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"
(or "scheduled" when the request includes a future scheduledAt). Delivery
happens out of band — poll GET /v1/messages to observe progress.