https://api.apifreaks.com/v1.0/credits/usage/info
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| apiKey | String | Mandatory | API key provided in the input whose usage is required |
| userStatus | String | Mandatory | status of user. Possible values are:
(1) active
(2) inactive
(3) deleted |
| subActive | Boolean | Optional | Whether subscriptions credits are consumable or not |
| subStatus | String | Optional | Status of the subscription credits. Possible values are:
(1) active
(2) overdue
(3) cancelled
(4) deactivated |
| subAllowedCredits | Integer | Optional | Allowed credits limit of subscription credits |
| subUsedCredits | Integer | Optional | Used credits from subscription credits |
| subSurchargeStatus | String | Optional | Status of Subscription Surcharge. Possible values are:
(1) none
(2) payment_added
(3) payment_cleared |
| subSurchargeAllowedCredits | Integer | Optional | Surcharge allowed credits for susbcription |
| subSurchargeUsedCredits | Integer | Optional | Surcharge used credits from for susbcription |
| subSurchargeAllowed | Boolean | Optional | Whether surcharge credits are allowed for subscription or not |
| oneOffCreditsActive | Boolean | Mandatory | Whether one-off credits are consumable or not |
| oneOffAllowedCredits | Integer | Mandatory | Allowed credits limit of one-off credits |
| oneOffUsedCredits | Integer | Mandatory | Used credits from one-off credits |