API Overview
This API retrieves the current amount of remaining purchased (or trial) Interzoid credits for an API license key.
Simple Authentication
Use your API license key to quickly check your remaining credits.
Real-time Updates
Get up-to-date information on your credit balance.
Easy Integration
Seamlessly integrate credit checking into your applications.
How It Works
API License Key | Remaining Credits |
---|---|
fj3a39**** | 7490 |
dja9cb3**** | 275 |
p3fr472b*** | 2505949 |
The API returns the number of remaining credits for the provided API license key.
API Details
Endpoint
https://api.interzoid.com/getremainingcredits
Request Format
https://api.interzoid.com/getremainingcredits?license=[api-license-key]
Sample Request
https://api.interzoid.com/getremainingcredits?license=dh8dj2f*****
Sample Response
{"Code":"Success","Credits":46272}
cURL Example (with API key in header)
curl --header "x-api-key: dh8dj2f*****" "https://api.interzoid.com/getremainingcredits"
Try the API
Result Code:
Credits Remaining:
Additional Resources
OpenAPI Specification
View the OpenAPI Specification for this API in JSON format.
View SpecificationSample Code
Explore sample code and implementations of this API on our GitHub repository.
View on GitHub