List messages
GET/sms
Endpoint for retrieving a list of messages. To fetch all available messages, the next_page
parameter is available as a cursor to iterate over. The iteration process works by taking the next_page
field in the response from the GET /sms
route and then providing the next_page
parameter in the subsequent request to GET /sms
.
Request
Responses
- 200