Skip to main content
POST/api/v1/messaging/sender_id
Register a custom name to send SMS from (your Sender ID), and list the sender IDs registered on your app. This page covers two endpoints: register a sender ID and fetch your registered sender IDs.

Headers

Body parameters

Response

A 200 confirms the registration request under entity.message. The sender ID is not active until Dojah approves it — you’ll receive an email once it’s activated. See the panel on the right.

Fetch registered Sender IDs

List the sender IDs registered on your app, each with its activation status and creation time. This endpoint takes no query parameters.
GET /api/v1/messaging/sender_ids
200 — OK

Errors