Endpoint do support new type of packages - "Voice and Text"
💡This endpoint comes with a rate limit: 100 requests per minute (per unique iccid)
This endpoint enables you to retrieve the total data, voice & text usage for a specific eSIM identified by its ICCID.The access token, obtained from the "Request Access Token" endpoint, should be included in the request.For more informations, best practices visit our FAQ page: https://airalopartners.zendesk.com/hc/en-us/sections/13207524820893-FAQ
Request
Path Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v2/sims//usage' \
--header'Accept: application/json' \
--header'Authorization: Bearer {{token}}'