Question

Get SMS delivery report - High Volume SMS

  • 22 March 2021
  • 5 replies
  • 518 views

I'm working on A2P SMS application which is now able to send SMS to multiple recipients. However, I can't view inbound and outbound messages, as well as logs from message store. Although messages are sent and received by the application, still getting 0 from this request:

restapi/v1.0/account/~/a2p-sms/messages

{

"records": [],

"paging": {

"perPage": 0

}

}


Using this page as reference:
https://developers.ringcentral.com/guide/messaging/sms/high-volume/message-store

Can you verify the if the app settings and permission needs to be updated?
Client ID: wab9LOBtQASWxopY8puE3w
App Permission: A2PSMS

We're looking into having all features for HV SMS enabled.
Message Store, Opt-in / Opt-out, Event Notifications.

5 replies

Userlevel 1

When did you send or receive SMS to your A2P SMS number? By default, the dateFrom and dateTo is set for the last 24 hours. Your app has the A2PSMS app permission so that is sufficient to read.

All the features you listed are supported. See the Dev guide documentation for more.

Sending the accountId parameter in path did not give me any record. I used ~ instead and got the response.

Reference:

https://developers.ringcentral.com/api-reference/High-Volume-SMS/listA2PSMS

Userlevel 1

Impossible. I test with my account id and it worked as expected. It must be that the account Id you specified was incorrect. Where did you get your account id from?

@Phong Vu I would need another permission for this application
Client: wab9LOBtQASWxopY8puE3w
Permission: Glip
Another requirement came, hoping you can help.


Userlevel 1

Done!

Reply