Legacy API Notice: This documentation covers the Legacy Sent API (v2). While this API remains fully supported, we recommend new integrations use the latest Sent API v3 for enhanced features, improved performance, and long-term support.

Sent Legacy v2 API

The Legacy Sent API (v2) is a REST API for sending messages, managing contacts and templates, and looking up phone numbers. For a walkthrough of sending your first message, follow the Quickstart Guide.

Quick Start

Base URL

https://api.sent.dm

Authentication

Every v2 request requires two authentication headers:

x-sender-id: YOUR_SENDER_ID
x-api-key: YOUR_API_KEY
  • x-sender-id: Your unique sender/customer identifier
  • x-api-key: Your secret API key

Generate credentials on the API Keys page of your Sent Dashboard. For setup steps, header formats, and 401 error responses, see the v2 Authentication guide.

Endpoint Documentation

Try with Postman

Import the v2 collection into Postman to explore the legacy endpoints. For new integrations, use the v3 collection instead:

Run in Postman: Directly fork Sent DM API v2 (Legacy) to your workspace

Import Collection: Open collection in Postman for manual import


Authentication & Security


API Reference Documentation


Integration Guides


Support & Resources

Documentation

Get Help

On this page