cURL
curl --request GET \ --url https://supertoneapi.com/v1/credits \ --header 'x-sup-api-key: <x-sup-api-key>'
{ "balance": 123 }
現在のアカウントの使用可能なクレジット残高を照会するシンプルなAPIです。
GET /v1/credits x-sup-api-key: [YOUR_API_KEY]
{ "balance": 146 }
The API key to authenticate and authorize access to the service. This key is required for every request.
Credit balance of the user.
The response is of type object.
object