Skip to main content
POST
/
sender-ids
{
  "sender_id": "MYCOMPANY",
  "purpose": "Marketing and promotional campaigns"
}
{
  "success": true,
  "data": {
    "id": 3,
    "uuid": "93489425-387g-6aeb-c385-7cgh3c4e8h23",
    "sender_id": "MYCOMPANY",
    "purpose": "Marketing and promotional campaigns",
    "status": "pending",
    "created_at": "2026-01-15T13:00:00.000000Z",
    "updated_at": "2026-01-15T13:00:00.000000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

sender_id
string
required
The sender ID name (alphanumeric, max 11 characters)
purpose
string
required
Description of how the sender ID will be used
Sender IDs require approval before they can be used. The approval process typically takes an hour or 24-48 hours.
{
  "sender_id": "MYCOMPANY",
  "purpose": "Marketing and promotional campaigns"
}
{
  "success": true,
  "data": {
    "id": 3,
    "uuid": "93489425-387g-6aeb-c385-7cgh3c4e8h23",
    "sender_id": "MYCOMPANY",
    "purpose": "Marketing and promotional campaigns",
    "status": "pending",
    "created_at": "2026-01-15T13:00:00.000000Z",
    "updated_at": "2026-01-15T13:00:00.000000Z"
  }
}