cURL
curl --request GET \ --url https://api.youka.io/api/v1/credits \ --header 'Authorization: Bearer <token>'
{ "renewalDates": [ "<string>" ], "topups": [ { "id": "<string>", "originalAmount": 4503599627370495, "remaining": 4503599627370495, "expiresAt": "<string>" } ], "availableBalance": 4503599627370495, "subscription": { "renewsAt": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.youka.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.youka.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Credit balance and renewal data
Show child attributes
0 <= x <= 9007199254740991
이 페이지가 도움이 되었나요?