Skip to main content
GET
/
all-sender-ids
List Approved Sender IDs
curl --request GET \
  --url https://api.example.com/all-sender-ids
{
  "success": true,
  "data": [
    "MYCOMPANY",
    "ALERTS",
    "PROMO"
  ]
}

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.

This endpoint returns a simple array of sender ID names—perfect for populating dropdowns and select fields in your application.
{
  "success": true,
  "data": [
    "MYCOMPANY",
    "ALERTS",
    "PROMO"
  ]
}

Use Cases

  • Populating a sender ID dropdown in your UI
  • Quick validation of available sender IDs
  • Building campaign creation forms
For detailed sender ID information (status, purpose, dates), use the List Sender IDs endpoint instead.