cURL
curl --request GET \ --url https://api.example.com/v1/users/credits \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": { "credits_left": "<string>" }, "message": "<string>" }
Get the current user’s credit balance.
Successful Response
Show child attributes
Was this page helpful?