# SMS

## Service list

 - [GET /sms](https://docs.simpay.pl/en/apis/sms/smsservicelist.md): Retrieving a list of available SMS services on the account

## Retrieving service information

 - [GET /sms/{serviceId}](https://docs.simpay.pl/en/apis/sms/smsserviceshow.md)

## Verifying code correctness

 - [POST /sms/{serviceId}](https://docs.simpay.pl/en/apis/sms/smsservicecheckcode.md)

## Retrieving a list of transactions

 - [GET /sms/{serviceId}/transactions](https://docs.simpay.pl/en/apis/sms/smstransactionslist.md)

## Retrieving transaction information

 - [GET /sms/{serviceId}/transactions/{transactionId}](https://docs.simpay.pl/en/apis/sms/smstransactionsshow.md)

## Retrieving information about numbers for the service

 - [GET /sms/{serviceId}/numbers](https://docs.simpay.pl/en/apis/sms/smsservicenumbers.md)

## Retrieving information about the number for the service

 - [GET /sms/{serviceId}/numbers/{number}](https://docs.simpay.pl/en/apis/sms/smsservicenumber.md)

## Retrieving all available numbers

 - [GET /sms/numbers](https://docs.simpay.pl/en/apis/sms/smsnumbers.md)

## Retrieving a number

 - [GET /sms/numbers/{number}](https://docs.simpay.pl/en/apis/sms/smsnumber.md)

