Fetch SMS Messages
GET
https://api.oneroute.io/api/public/channel/id/sms
Path Parameters
Name | Type | Description |
---|---|---|
id | String | channel id |
Query Parameters
Name | Type | Description |
---|---|---|
status (Optional) | String | status of the messages to fetch. Must be delivered, pending or undelivered. |
page[size]* | String | the limit of messages per page |
page[number]* | String | page to load e.g 1, 2 |
Headers
Name | Type | Description |
---|---|---|
apikey* | String | API key |
Last updated