> ## Documentation Index
> Fetch the complete documentation index at: https://docs-sms.mifumolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Sender IDs

List all sender IDs for the current tenant.

## Success Response (200)

<ResponseExample>
  ```json theme={null}
  {
    "count": 3,
    "results": [
      {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "sender_id": "MIFUMO",
        "status": "approved",
        "is_default": true,
        "created_at": "2025-11-01T10:00:00Z"
      },
      {
        "id": "550e8400-e29b-41d4-a716-446655440001",
        "sender_id": "MYBIZ",
        "status": "pending",
        "is_default": false,
        "created_at": "2025-11-27T10:00:00Z"
      }
    ]
  }
  ```
</ResponseExample>
