Subscriptions
サブスクリプションの使用履歴を取得
使用量に基づく請求のサブスクリプションの完全な使用履歴を取得します。
GET
JavaScript
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
Unique subscription identifier
クエリパラメータ
Filter by start date (inclusive)
Filter by end date (inclusive)
Filter by specific meter ID
Page size (default: 10, max: 100)
必須範囲:
x >= 0Page number (default: 0)
必須範囲:
x >= 0レスポンス
Usage history retrieved successfully
List of usage history items
Last modified on January 28, 2026
JavaScript