Skip to main content
GET
/
sender-ids
/
{uuid}
Get Sender ID
curl --request GET \
  --url https://api.example.com/sender-ids/{uuid}
{
  "success": true,
  "data": {
    "id": 1,
    "uuid": "71267203-165e-48c9-a163-5aef1a2c6f01",
    "sender_id": "MYCOMPANY",
    "purpose": "Marketing campaigns",
    "status": "approved",
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-02T00: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.

uuid
string
required
The unique identifier (UUID) of the sender ID
{
  "success": true,
  "data": {
    "id": 1,
    "uuid": "71267203-165e-48c9-a163-5aef1a2c6f01",
    "sender_id": "MYCOMPANY",
    "purpose": "Marketing campaigns",
    "status": "approved",
    "created_at": "2026-01-01T00:00:00.000000Z",
    "updated_at": "2026-01-02T00:00:00.000000Z"
  }
}