メインコンテンツへスキップ
GET
/
api
/
ApiBalance
/
GetApiBalance
Get API account balance
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/ApiBalance/GetApiBalance \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "totalNumberOfRecords": 123,
  "apiBalances": [
    {
      "apiBalanceId": 123,
      "currencyCode": "<string>",
      "balance": 123
    }
  ]
}
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。
現在のアカウントの API 残高を返します(残額および通貨を含む)。ラベル発行などの有料操作を実行する前に、本エンドポイントで残高が十分かを確認できます。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

レスポンス

Success

totalNumberOfRecords
integer<int32>

Total number of balance records

apiBalances
object[]

List of API balances