一个twilio号码的twilio使用记录

Twilio usage records for a twilio number

我想知道可以获取 twilio 号码的使用记录。

似乎 api returns 仅用于 twilio 帐户。

https://www.twilio.com/docs/api/rest/usage-records#usage-categories

这里是 Twilio 开发人员布道者。

来自 Usage Records API 的数据是整个帐户的汇总,而不是 phone 数字级别。

您可以使用 Messages and Calls resources to calculate your own usage though. You'd need to collect all the messages sent to the number and from the number and similarly collect all the calls made to the number and placed from the number

如果您试图收集这些数据以便向客户收费,那么我可以建议改用 subaccounts。然后你就可以使用子账号的使用记录,得到你需要的详细信息。