> ## 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.

# Get Sender ID Status

Get approval status of a sender ID.

<ParamField path="sender_id" type="string" required>
  Sender ID ID
</ParamField>

## Success Response (200)

<ResponseExample>
  ```json theme={null}
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "sender_id": "MYBIZ",
    "status": "approved",
    "approved_at": "2025-11-28T10:00:00Z",
    "is_default": false
  }
  ```
</ResponseExample>
