Reputation: 3
I am working with the OVH SMS API (https://eu.api.ovh.com/console/?section=%2Fsms&branch=v1#get-/sms) and trying to retrieve specific details about my SMS service. However, I am struggling to find the right endpoints to get the following information:
I've reviewed the API documentation and explored endpoints like GET /sms/{serviceName}
and GET /sms/{serviceName}/serviceInfos
. While these provide useful details about the service itself (e.g., service information, renewal settings, etc.), I couldn't find any clear way to determine the total SMS quota or the total number of SMS sent.
Does anyone know the correct API endpoints or approach to retrieve these two pieces of information?
Any help or guidance would be greatly appreciated!
Upvotes: 0
Views: 27