> For the complete documentation index, see [llms.txt](https://simpaypl.gitbook.io/simpay-laravel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simpaypl.gitbook.io/simpay-laravel/sms/get-sms-numbers.md).

# Get SMS numbers

```php
SimPay::sms()->numbers();
```

Response will be an array of [SmsNumberResponse](/simpay-laravel/sms/responses/smsnumberresponse.md).
