cURL
curl --request GET \ --url https://api.reselliptv.com/v1/credits \ --header 'x-api-key: <api-key>'
{ "credits": 1000 }
Retrieve the current number of credits available to the authenticated entity.
API Key
Ok: Return authenticated entity's credits.
Number of credits available
1000